Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ncjsm

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ncjsm - npm Package Versions

2

4.3.2

Diff

Changelog

Source

4.3.2 (2023-01-13)

Bug Fixes

  • requireUncached: Fix modules cache recovery on global reset (c90dae4)
medikoo
published 4.3.1 •

Changelog

Source

4.3.1 (2022-07-09)

Bug Fixes

Maintenance Improvements

medikoo
published 4.3.0 •

Changelog

Source

4.3.0 (2022-01-24)

Features

  • Support async callback in requireUncached (91fdb82)
medikoo
published 4.2.0 •

Changelog

Source

4.2.0 (2021-04-30)

Features

  • Require Uncached: Support clearing all require cache for callback (75c2229)
medikoo
published 4.1.0 •

Changelog

Source

4.1.0 (2020-07-22)

Features

  • ignoreExternal option for getDependencies (158075b)
medikoo
published 4.0.1 •

Changelog

Source

4.0.1 (2019-10-25)

Bug Fixes

  • Fix main module resolution in case pkg.main leads to broken path (331dd1c)

Tests

medikoo
published 4.0.0 •

Changelog

Source

4.0.0 (2019-10-08)

Bug Fixes

  • Fix requireUncached moduleIds validation (eb2e026)

Features

  • By default crash resolve with MODULE_NOT_FOUND if module not found (0e446c4)

BREAKING CHANGES

  • resolve and resolve/sync now by default crash with MODULE_NOT_FOUND error, if module is not found. Old behavior was that null was returned. To maintain old behavior { silent: true } option needs to be passed
medikoo
published 3.0.0 •

Changelog

Source

3.0.0 (2019-09-02)

Features

  • Change resolve return value format (747493e)
  • Expose realPath on resolve return object (5ad6b23)

Tests

  • Configure directory links tests (988c92a)
  • Cover symlink cases in resolve tests (c97d4a0)
  • Fix symlink type (a371ed0)
  • Improve naming (81785d6)
  • Improve var name (523498a)
  • Improve var naming (e48b5f0)
  • Maintain support for Node.js v6 (3341664)
  • Make symlink tests portable to windows (0b57b2a)
  • Refactor to async/await (6f20188)
  • Rename util (55a6d6f)
  • Skip symlink tests if not capable to create them (53cc946)

BREAKING CHANGES

  • 'resolve', and 'resolve/sync' utils now resolve with objects that expose path on targetPath property (so far path was returned directly)
medikoo
published 2.3.0 •

Changelog

Source

2.3.0 (2019-04-30)

Features

  • improve validation in isModuleNotFoundError (8b2e641)
medikoo
published 2.2.0 •

Changelog

Source

2.2.0 (2019-04-30)

Bug Fixes

  • Fix isModuleNotFound crash in Node.js v12 (c9b9cc8)

Features

  • Bring ES3 support to isModuleNotFoundError (e6d0132)
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc