object-path-immutable
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "object-path-immutable", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.", | ||
"author": "Mario Casciaro <m@mario.fyi>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/mariocasciaro/object-path-immutable", | ||
@@ -19,4 +20,6 @@ "repository": { | ||
"pretest": "standard", | ||
"test": "npm run build && istanbul cover _mocha test.js --report html -- -R spec", | ||
"prepublish": "npm run test", | ||
"test": "npm run build && mocha test.js", | ||
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls", | ||
"coverage": "nyc npm test", | ||
"prepublish": "npm run coverage", | ||
"standard-fix": "standard --fix" | ||
@@ -28,11 +31,11 @@ }, | ||
"devDependencies": { | ||
"chai": "4.2.0", | ||
"coveralls": "3.0.4", | ||
"istanbul": "0.4.5", | ||
"mocha": "6.1.4", | ||
"mocha-lcov-reporter": "1.3.0", | ||
"rollup": "1.16.2", | ||
"rollup-plugin-commonjs": "10.0.1", | ||
"rollup-plugin-node-resolve": "5.1.0", | ||
"standard": "12.0.1" | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.4", | ||
"nyc": "^14.1.1", | ||
"mocha": "^6.1.4", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"rollup": "^1.16.2", | ||
"rollup-plugin-commonjs": "^10.0.1", | ||
"rollup-plugin-node-resolve": "^5.1.0", | ||
"standard": "^12.0.1" | ||
}, | ||
@@ -39,0 +42,0 @@ "keywords": [ |
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
36881