{"id":18693,"library":"public-unscoped-test-package","title":"public-unscoped-test-package","description":"A test package used exclusively for smoke testing npm publishing pipelines. Version 0.0.3-1777078738 is a pre-release build with no stable release cadence. This package performs no useful functionality and exists solely to validate tooling behavior such as install, audit, and registry interactions. It has no differentiators from other test packages, as its purpose is purely internal to npm infrastructure.","status":"active","version":"0.0.3-1777078738","language":"javascript","source_language":"en","source_url":null,"tags":["javascript"],"install":[{"cmd":"npm install public-unscoped-test-package","lang":"bash","label":"npm"},{"cmd":"yarn add public-unscoped-test-package","lang":"bash","label":"yarn"},{"cmd":"pnpm add public-unscoped-test-package","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"ESM-only since v0.0.3-1777078738","wrong":"const pkg = require('public-unscoped-test-package')","symbol":"default","correct":"import pkg from 'public-unscoped-test-package'"},{"note":"Named exports use exact names; this is illustrative as the package exports nothing.","wrong":"import namedExport from 'public-unscoped-test-package'","symbol":"namedExport","correct":"import { namedExport } from 'public-unscoped-test-package'"},{"note":"Use type import only if types are declared; package does not provide types.","wrong":null,"symbol":"type","correct":"import type { SomeType } from 'public-unscoped-test-package'"}],"quickstart":{"code":"import pkg from 'public-unscoped-test-package';\nconsole.log('Installed version:', pkg?.version ?? 'unknown');","lang":"javascript","description":"Demonstrates importing the test package and logging its version."},"warnings":[{"fix":"Do not depend on this package. Use a real library instead.","message":"This package is for internal testing only, not intended for production use.","severity":"deprecated","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Run 'npm install public-unscoped-test-package' and ensure package.json includes it.","cause":"Package not installed correctly or not available.","error":"Cannot find module 'public-unscoped-test-package'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}