ncu-test-peer-update
raw JSON → 1.1.0 verified Sat Apr 25 auth: no javascript
A test package with a peer dependency on ncu-test-return-version (1.1.x), used exclusively for testing npm-check-updates functionality. v1.1.0 is current, with low release cadence. Key differentiator: designed to validate peer dependency update detection, not for production use.
Common errors
error Cannot find module 'ncu-test-return-version' ↓
cause Missing peer dependency
fix
npm install ncu-test-return-version@1.1.x
Warnings
deprecated Package is intended for testing only, not for production use. ↓
fix Do not use in production dependencies.
gotcha Peer dependency ncu-test-return-version must be manually installed. ↓
fix Install it: npm install ncu-test-return-version@1.1.x
Install
npm install ncu-test-peer-update yarn add ncu-test-peer-update pnpm add ncu-test-peer-update Imports
- default wrong
const ncuTestPeerUpdate = require('ncu-test-peer-update')correctimport ncuTestPeerUpdate from 'ncu-test-peer-update'
Quickstart
import ncuTestPeerUpdate from 'ncu-test-peer-update';
const result = ncuTestPeerUpdate();
console.log(result);