Comparing version 0.0.1 to 0.0.2
{ | ||
"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" | ||
} | ||
} |
@@ -64,3 +64,3 @@ var Reflux = require('../src'); | ||
}); | ||
}; | ||
} | ||
@@ -67,0 +67,0 @@ var consoleComponent = new ConsoleComponent(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
8791
8
153
0
4