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

reducer-mini

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reducer-mini - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

dist/CreateStore.js

31

package.json
{
"name": "reducer-mini",
"version": "0.0.7",
"version": "0.0.8",
"description": "Lightweight State Management library written on top of react Hooks for small and medium applications.",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
},

@@ -27,17 +28,21 @@ "author": "Chandrasekar",

"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-react-jsx": "^7.12.11",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"react": "17.0.1"
"babel-cli": "^6.26.0",
"react": "17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.1"
},
"homepage": "https://github.com/chancmg/reducer-mini",
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-transform-react-jsx"
]
}
"peerDependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"module": "dist/index.js",
"files": [
"dist"
]
}
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