find-and-apply
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "find-and-apply", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Recursively search any json structure and make changes at a certain leaf", | ||
@@ -9,6 +9,8 @@ "repository": { | ||
}, | ||
"main": "lib/find-and-apply.js", | ||
"main": "dist/find-and-apply.js", | ||
"scripts": { | ||
"build": "babel src --presets babel-preset-es2015 --out-dir dist", | ||
"test": "mocha test/*test.js", | ||
"test-watch": "mocha -w test/*test.js" | ||
"test-watch": "mocha -w test/*test.js", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -18,2 +20,4 @@ "author": "Martin Liberg", | ||
"devDependencies": { | ||
"babel-cli": "^6.14.0", | ||
"babel-preset-es2015": "^6.14.0", | ||
"expect": "^1.20.2", | ||
@@ -20,0 +24,0 @@ "mocha": "^3.0.2" |
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
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
2059
4
4
31
1