Socket
Socket
Sign inDemoInstall

needs

Package Overview
Dependencies
2
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

22

package.json
{
"name": "needs",
"version": "1.0.2",
"version": "1.0.3",
"description": "Require multiple modules in node.js.",
"main": "index.js",
"scripts": {
"test": "gulp"
"test": "./node_modules/.bin/mocha test/**/*.test.js"
},

@@ -28,21 +28,9 @@ "repository": {

"dependencies": {
"lodash": ">=4.x.x",
"minimatch": ">=3.x.x"
"lodash": "^4.x.x",
"minimatch": "^3.x.x"
},
"devDependencies": {
"chai": "~3.5.0",
"eslint-config-xo-space": "^0.10.0",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-nsp": "^2.3.0",
"gulp-plumber": "^1.1.0",
"mocha": "~2.4.5"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
"mocha": "~3.2.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc