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

storefy

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storefy - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

devtools/index.d.ts

23

package.json
{
"name": "storefy",
"version": "1.0.0",
"version": "1.0.1",
"description": "A tiny event-based Redux-like state manager for JavaScript.",
"main": "index.js",
"main": "dist/storefy.js",
"scripts": {
"test": "jest"
"test": "jest",
"build": "terser dist/storefy.js -o dist/storefy.min.js --compress --mangle --source-map \"root='./',url='storefy.js.map'\""
},

@@ -16,6 +17,8 @@ "repository": {

"store",
"state",
"manager"
"immutable",
"react",
"vue",
"vanilla"
],
"author": "Arthur Araújo",
"author": "Arthur Araújo <webarthur@gmail.com>",
"license": "ISC",

@@ -25,3 +28,9 @@ "bugs": {

},
"homepage": "https://github.com/webarthur/storefy#readme"
"homepage": "https://github.com/webarthur/storefy#readme",
"devDependencies": {
"jest": "^26.1.0",
"react": "^16.13.1",
"react-test-renderer": "^16.13.1",
"terser": "^4.8.0"
}
}
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