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

reflux

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reflux - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

Gruntfile.js

12

package.json
{
"name": "reflux",
"version": "0.0.1",
"version": "0.0.2",
"description": "A simple library for uni-directional dataflow application architecture inspired by ReactJS Flux",

@@ -11,5 +11,15 @@ "main": "src/index.js",

"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "http://github.com/spoike/reflux.git"
},
"dependencies": {
"lodash": "~2.4.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"matchdep": "^0.3.0"
}
}

2

test/index.js

@@ -64,3 +64,3 @@ var Reflux = require('../src');

});
};
}

@@ -67,0 +67,0 @@ var consoleComponent = new ConsoleComponent();

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