module-definition
Advanced tools
Comparing version 2.2.2 to 2.2.3
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1
4578
3
5
106
+ Addedbabylon@6.18.0(transitive)
+ Addednode-source-walk@3.3.0(transitive)
- Removedacorn@2.7.0(transitive)
- Removedacorn-jsx@2.0.1(transitive)
- Removednode-source-walk@2.1.0(transitive)
- Removedobject-assign@4.1.1(transitive)
Updatedast-module-types@^2.3.2
Updatednode-source-walk@^3.0.0