Socket
Socket
Sign inDemoInstall

create-store

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 1.0.0

dist/create-store.js

39

package.json
{
"name": "create-store",
"version": "0.0.1",
"description": "Create redux store from object of action handlers.",
"main": "index.js",
"version": "1.0.0",
"description": "Create state atoms (stores) that are updated via reducers",
"main": "dist/create-store.js",
"umd:main": "dist/create-store.umd.js",
"module": "dist/create-store.m.js",
"repository": "https://github.com/philipp-spiess/create-store",
"author": "Philipp Spiess",
"license": "MIT",
"scripts": {
"test": "node test.js"
"build": "microbundle -o dist/ --name create-store --compress false --sourcemap false",
"prepublishOnly": "yarn build"
},
"author": "Nick Niemeir <nick.niemeir@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/nrn/create-store"
},
"dependencies": {
"lodash._slice": "^2.4.1"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"devDependencies": {
"tape": "^4.2.0"
},
"keywords": [
"create",
"compose",
"store",
"react",
"reduce"
]
"microbundle": "^0.6.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc