serialijse
Advanced tools
Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "serialijse", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "serialize and deserialize your javascript objects, preserve your object model ", | ||
"main": "index.js", | ||
"scripts": { | ||
"pretest": "browserify index.js --standalone serialijse > dist/serialijse.bundle.js && uglifyjs2 dist/serialijse.bundle.js -o dist/serialijse.bundle.min.js", | ||
"pretest": "browserify index.js --standalone serialijse > dist/serialijse.bundle.js && uglifyjs dist/serialijse.bundle.js -o dist/serialijse.bundle.min.js", | ||
"test": "mocha -R spec && mocha-phantomjs -R spec test_html/demo.html" | ||
@@ -36,9 +36,9 @@ }, | ||
"mocha": "latest", | ||
"should": "^4.4.2", | ||
"uglify-js": "^2.4.15" | ||
"should": "^11.1.1", | ||
"uglify-js": "^2.7.4" | ||
}, | ||
"dependencies": { | ||
"underscore": "^1.6.0" | ||
"underscore": "^1.8.3" | ||
}, | ||
"types": "./lib/serialijse.d.ts" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
809354
19654
25
Updatedunderscore@^1.8.3