New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

statery

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statery - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

5

package.json

@@ -8,9 +8,10 @@ {

},
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
"build": "rollup -c",
"build": "yarn clean && rollup -c && tree dist",
"test": "jest"

@@ -17,0 +18,0 @@ },

@@ -6,1 +6,11 @@ # statery

**Do not use this library. It's terrible.** In fact, do not use any other library, either. They're all terrible.
### Assumptions
- A store should only contain data. Mutators should just be normal functions that live outside of the store.
- Consumers of a store are typically only interested in top-level changes to it.
- We need (or rather: want) to support React functional components with hooks only.
### Examples
_TODO_
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