Socket
Socket
Sign inDemoInstall

react-hookstore

Package Overview
Dependencies
6
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.3.0

src/index.js

12

package.json
{
"name": "react-hookstore",
"version": "1.2.3",
"version": "1.3.0",
"description": "A state management library for react using the bleeding edge hooks feature",

@@ -8,3 +8,3 @@ "main": "dist/react-hookstore.js",

"jsnext:main": "src/index.js",
"types": "src/index.d.ts",
"types": "types/index.d.ts",
"scripts": {

@@ -48,3 +48,3 @@ "test": "jest",

"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-jest": "^25.0.0",
"babel-loader": "^8.0.4",

@@ -55,3 +55,3 @@ "coveralls": "^3.0.2",

"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"jest": "^25.0.0",
"react": "^16.8.0",

@@ -70,4 +70,6 @@ "react-dom": "^16.8.0",

"files": [
"dist"
"dist",
"types",
"src"
]
}
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