Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "accord", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Jeff Escalante <hello@jenius.me>", | ||
@@ -16,3 +16,4 @@ "description": "A unified interface for compiled languages and templates in javascript", | ||
"when": "2.x.x", | ||
"lodash": "2.x.x" | ||
"lodash": "2.x.x", | ||
"glob": "3.x.x" | ||
}, | ||
@@ -26,3 +27,3 @@ "devDependencies": { | ||
"css-parse": "*", | ||
"htmlparser": "*", | ||
"parse5": "*", | ||
"ejs": "*", | ||
@@ -32,4 +33,11 @@ "marked": "*", | ||
"clean-css": "*", | ||
"html-minifier": "*" | ||
"html-minifier": "*", | ||
"gulp": "3.x.x", | ||
"gulp-coffee": "1.x.x" | ||
}, | ||
"scripts": { | ||
"test": "mocha", | ||
"prepublish": "mv lib/ src; gulp build", | ||
"postpublish": "rm -rf lib; mv src/ lib" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
48278
97
378
5
14
3
1
+ Addedglob@3.x.x
+ Addedglob@3.2.11(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedlru-cache@2.7.3(transitive)
+ Addedminimatch@0.3.0(transitive)
+ Addedsigmund@1.0.1(transitive)