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

dot-store

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dot-store - npm Package Compare versions

Comparing version 2.4.7 to 2.4.8

README.md

25

package.json
{
"name": "dot-store",
"version": "2.4.7",
"version": "2.4.8",
"description": "Like Redux, but easy",

@@ -29,7 +29,9 @@ "keywords": [

"lint": "eslint --ignore-path .gitignore --ext=js .",
"test": "jest"
"test": "jest",
"watch": "rimraf dist; babel lib --watch --out-dir dist --source-maps"
},
"dependencies": {
"@babel/runtime": "7.0.0-beta.42",
"@invrs/dot-prop-immutable": "^2.4.4"
"@invrs/dot-prop-immutable": "^2.4.8",
"rimraf": "2"
},

@@ -65,4 +67,4 @@ "devDependencies": {

"plugins": [
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-object-rest-spread"
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-runtime"
]

@@ -75,9 +77,16 @@ },

"setupFiles": [
"./test/setup.js"
"<rootDir>/test/setup.js"
],
"testMatch": [
"**/*Test.js"
"<rootDir>/test/**/*Test.js"
],
"verbose": true
}
},
"starters": [
"basics",
"babel",
"babel-scripts",
"babel-web",
"jest"
]
}
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