Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

object-path-immutable

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-path-immutable - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

27

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc