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

module-definition

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

module-definition - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

11

package.json
{
"name": "module-definition",
"version": "2.2.2",
"version": "2.2.3",
"description": "Determines if a file is using a CommonJS or AMD module definition",

@@ -10,3 +10,3 @@ "main": "index.js",

"scripts": {
"test": "jscs test/test.js index.js bin/module-definition.js -p google && mocha test/test.js"
"test": "jscs test/test.js index.js bin/module-definition.js && mocha test/test.js"
},

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

"dependencies": {
"ast-module-types": "^2.3.0",
"node-source-walk": "^2.0.0"
"ast-module-types": "^2.3.2",
"node-source-walk": "^3.0.0"
},
"devDependencies": {
"jscs": "~1.13.1",
"jscs": "~2.11.0",
"jscs-preset-mrjoelkemp": "~1.0.0",
"mocha": "~2.0.1"
}
}

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