Registry / public-unscoped-test-package

public-unscoped-test-package

JSON →
library0.0.3-1777078738jsnpmunverified

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.

npm install public-unscoped-test-package
INSTALL
IMPORT
SIG · PUBLIC-UNSCOPED-TE
P
public-unscoped-test-package
javascriptv0.0.3-1777078738
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import pkg from 'public-unscoped-test-package'
const pkg = require('public-unscoped-test-package')
ESM-only since v0.0.3-1777078738
namedExport
import { namedExport } from 'public-unscoped-test-package'
import namedExport from 'public-unscoped-test-package'
Named exports use exact names; this is illustrative as the package exports nothing.
type
import type { SomeType } from 'public-unscoped-test-package'
Use type import only if types are declared; package does not provide types.

Demonstrates importing the test package and logging its version.

import pkg from 'public-unscoped-test-package'; console.log('Installed version:', pkg?.version ?? 'unknown');
Debug
Known issues
deprecatedThis package is for internal testing only, not intended for production use.
fix
Do not depend on this package. Use a real library instead.
affects: >=0.0.0
Errors
Common errors & fixes
Cannot find module 'public-unscoped-test-package'
Package not installed correctly or not available.
fix
Run 'npm install public-unscoped-test-package' and ensure package.json includes it.
Upgrade
Version history
0.0.3-1777078738latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
public-unscoped-test-package — npm install public-unscoped-test-package · libregistry