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.2.11 to 0.2.12

2

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

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

@@ -25,3 +25,3 @@ # fluxury

2. Fluxory.createActions(action1, action2, ..., actionN)
2. Fluxury.createActions(action1, action2, ..., actionN)

@@ -79,3 +79,3 @@ Create your actions from a list of strings as `arguments`.

import {INC} from './MyActions'
export default Fluxor.createStore('CountStore', 0, function(state, action) {
export default Fluxury.createStore('CountStore', 0, function(state, action) {
if (action.type === INC) {

@@ -82,0 +82,0 @@ return state + 1;

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