Socket
Socket
Sign inDemoInstall

next

Package Overview
Dependencies
Maintainers
1
Versions
2775
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next - npm Package Compare versions

Comparing version 0.2.14 to 0.3.0

.lintignore

10

lib/index.js
'use strict';
module.exports = {
child_process: require('./child_process'),
findPackageRoot: require('./find-package-root'),
fs: require('./fs'),
getRequire: require('./get-require'),
isModuleNotFoundError: require('./is-module-not-found-error'),
path: require('./path'),
requireFirstInTree: require('./require-first-in-tree'),
requireInContext: require('./require-in-context'),
requireSilent: require('./require-silent')
module: require('./module')
};
{
"name": "next",
"version": "0.2.14",
"description": "Node.js extensions",
"version": "0.3.0",
"description": "(deprecated) Node.js extensions",
"keywords": [

@@ -24,9 +24,8 @@ "addons",

"engines": {
"node": ">=0.4"
"node": ">=0.8"
},
"dependencies": {
"deferred": "0.5.x",
"es5-ext": "0.8.x",
"event-emitter": "0.1.x",
"minimatch": "0.2.x"
"deferred": "0.6.x",
"es5-ext": "0.9.x",
"memoizee": "~0.2.2"
},

@@ -33,0 +32,0 @@ "scripts": {

@@ -1,6 +0,9 @@

# node-ext - Node.js extensions
# node-ext - (Deprecated) Node.js extensions
Functions that complement Node.js API.
Currently in very experimental state, While 95% of API is well tested and will work as expected, whole project is scheduled for big reorganization which with full documentation will land in 0.3 release.
Functions that extend and complement Node.js API.
_This package is in process of splitting into individual packages_
__See [fs2](https://github.com/medikoo/fs2) package for Node.js fs package extensions__
## Installation

@@ -10,6 +13,8 @@

## Test
## module extensions _(deprecated)_
Tests also gives better idea about state of the API
This functions would be reorganized and moved to outer module. If you're still interested see _lib/module_ folder for what's available (this API won't change in v0.3 release)
## Tests
$ npm test

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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