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.8 to 2.4.9

32

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

@@ -26,3 +26,2 @@ "keywords": [

"prepublishOnly": "npm run build",
"pretest": "npm run build",
"pretty": "prettier --write **/*.css **/*.json **/*.md",

@@ -35,3 +34,3 @@ "lint": "eslint --ignore-path .gitignore --ext=js .",

"@babel/runtime": "7.0.0-beta.42",
"@invrs/dot-prop-immutable": "^2.4.8",
"@invrs/dot-prop-immutable": "^2.4.9",
"rimraf": "2"

@@ -85,8 +84,29 @@ },

"starters": [
"basics",
"babel",
"babel-scripts",
"babel-web",
"jest"
]
"basics",
"jest",
"watchman-babel"
],
"watchman": {
"triggers": [
{
"name": "babel",
"expression": [
"anyof",
[
"match",
"lib/**/*.js",
"wholename"
]
],
"command": [
"npm",
"run",
"build"
]
}
]
}
}
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