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

fluxury

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluxury - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "fluxury",
"version": "0.3.0",
"version": "0.3.1",
"description": "Add luxury sugar to simplify implementing Facebook's flavor of Flux architecture.",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -98,3 +98,3 @@ # fluxury

Create a new store with a name and a reducer.
Create a new store with a name, initialState, reducer and optionally an object with queries and an array with dispatch tokens sent to waitFor.

@@ -110,2 +110,4 @@ ```js

return state;
}, {
getCount: (state) => state // state is the count itself!
});

@@ -112,0 +114,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