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

fluxible-app

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluxible-app - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.jshintignore

6

lib/FluxibleContext.js

@@ -106,5 +106,5 @@ /**

self._plugins.forEach(function pluginsEach(plugin) {
var storePlugin = plugin.plugActionContext;
if (storePlugin) {
storePlugin(actionContext, self, self._app);
var actionContextPlugin = plugin.plugActionContext;
if (actionContextPlugin) {
actionContextPlugin(actionContext, self, self._app);
}

@@ -111,0 +111,0 @@ });

{
"name": "fluxible-app",
"version": "0.1.1",
"version": "0.1.2",
"description": "A pluggable container for isomorphic flux applications",

@@ -18,17 +18,17 @@ "main": "index.js",

"devDependencies": {
"chai": "~1.9.1",
"cheerio": "0.14.x",
"connect-livereload": "^0.4.0",
"chai": "^1.10.0",
"cheerio": "^0.18.0",
"connect-livereload": "^0.5.2",
"coveralls": "^2.11.1",
"flux-router-component": "^0.3.0",
"flux-router-component": "^0.4.3",
"grunt": "^0.4.5",
"istanbul": "~0.2.7",
"istanbul": "^0.3.2",
"jsdom": "^1.0.0-pre.3",
"jshint": "^2.5.5",
"mocha": "~1.18.2",
"mockery": "~1.4.0",
"node-jsx": "^0.11.0",
"mocha": "^2.0.1",
"mockery": "^1.4.0",
"node-jsx": "^0.12.4",
"precommit-hook": "1.0.x",
"react": "^0.12.0",
"supertest": "0.10.x"
"supertest": "^0.15.0"
},

@@ -35,0 +35,0 @@ "author": "Michael Ridgway <mridgway@yahoo-inc.com>",

# fluxible-app
[![Build Status](https://travis-ci.org/yahoo/fluxible-app.svg?branch=master)](https://travis-ci.org/yahoo/fluxible-app) [![Dependency Status](https://david-dm.org/yahoo/fluxible-app.svg)](https://david-dm.org/yahoo/fluxible-app) [![Coverage Status](https://coveralls.io/repos/yahoo/fluxible-app/badge.png?branch=master)](https://coveralls.io/r/yahoo/fluxible-app?branch=master)
fluxible-app is a pluggable container for isomorphic [flux](https://github.com/facebook/flux) applications that provides interfaces that are common throughout the Flux architecture and restricts usage of these APIs to only the parts that need them to enforce the unidirectional flow.
[![npm version](https://badge.fury.io/js/fluxible-app.svg)](http://badge.fury.io/js/fluxible-app)
[![Build Status](https://travis-ci.org/yahoo/fluxible-app.svg?branch=master)](https://travis-ci.org/yahoo/fluxible-app)
[![Dependency Status](https://david-dm.org/yahoo/fluxible-app.svg)](https://david-dm.org/yahoo/fluxible-app)
[![devDependency Status](https://david-dm.org/yahoo/fluxible-app/dev-status.svg)](https://david-dm.org/yahoo/fluxible-app#info=devDependencies)
[![Coverage Status](https://coveralls.io/repos/yahoo/fluxible-app/badge.png?branch=master)](https://coveralls.io/r/yahoo/fluxible-app?branch=master)
Pluggable container for isomorphic [flux](https://github.com/facebook/flux) applications that provides interfaces that are common throughout the Flux architecture and restricts usage of these APIs to only the parts that need them to enforce the unidirectional flow.
## Install

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