flux-capacitor
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "flux-capacitor", | ||
"version": "0.1.1", | ||
"description": "Resource-based access control", | ||
"main": "lib/flux-capacitor.js", | ||
"version": "0.2.0", | ||
"description": "Data storage as it's supposed to be. Easy to use, event-based, functional. Gives you control over time and data.", | ||
"license": "MIT", | ||
"scripts": { | ||
"test": "node_modules/.bin/mocha --reporter spec", | ||
"test-watch": "node_modules/.bin/mocha --watch --reporter min", | ||
"build": "node_modules/.bin/coffee --compile --bare --output lib src", | ||
"build-watch": "node_modules/.bin/coffee --compile --bare --watch --output lib src", | ||
"lint": "node_modules/.bin/coffeelint -f coffeelint.json src/*.coffee", | ||
"doc": "node_modules/.bin/codo" | ||
"prepublish": "npm test", | ||
"test": "standard --parser babel-eslint && ava" | ||
}, | ||
"main": "lib/index", | ||
"engines": { | ||
"node": ">= 4.0" | ||
}, | ||
"keywords": [ | ||
"store", | ||
"event", | ||
"flux", | ||
"database", | ||
"cqrs", | ||
"dispatch", | ||
"redux", | ||
"isomorphic", | ||
"realtime", | ||
"sql" | ||
], | ||
"author": "Andy Wermke <andy@dev.next-step-software.com>", | ||
"contributors": [ | ||
"Sergey (https://github.com/Gaserd)" | ||
], | ||
"repository": "flux-capacitor/flux-capacitor", | ||
"bugs": "https://github.com/flux-capacitor/flux-capacitor/issues", | ||
"dependencies": { | ||
"lodash": "0.7", | ||
"underscore.deferred": "0.2", | ||
"async": "0.1" | ||
"redux": "^3.6.0" | ||
}, | ||
"devDependencies": { | ||
"codo": "1", | ||
"coffee-script": "1.3", | ||
"mocha": "1", | ||
"should": "1.1", | ||
"coffeelint": "0.5" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/MacflyJS/flux-capacitor.git" | ||
}, | ||
"author": "Krash Studio", | ||
"contributors": [ | ||
"Michel Thiers <michel@kontestapp.com> (@michelthiers)", | ||
"Paul Le Cam <paul@kontestapp.com> (@paul_lecam)" | ||
], | ||
"license": "MIT" | ||
"ava": "^0.16.0", | ||
"babel-eslint": "^6.1.2", | ||
"sinon": "^1.17.6", | ||
"standard": "^8.1.0" | ||
} | ||
} |
@@ -1,3 +0,9 @@ | ||
## Flux Capacitor [![Build Status](https://secure.travis-ci.org/MacflyJS/flux-capacitor.png)](http://travis-ci.org/MacflyJS/flux-capacitor) | ||
# Flux Capacitor | ||
Flux Capacitor is a resource-based access control for NodeJS. | ||
Data storage as it's supposed to be. Easy to use, event-based, functional. Gives you control over time and data. | ||
This package includes the core library. Please refer to the | ||
👉 [Main Documentation](https://github.com/flux-capacitor/flux-capacitor/blob/master/README.md) | ||
Released under the terms of the MIT license. |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
1
4
0
100
10
20756
17
419
1
2
+ Addedredux@^3.6.0
+ Addedjs-tokens@4.0.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedlodash-es@4.17.21(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedredux@3.7.2(transitive)
+ Addedsymbol-observable@1.2.0(transitive)
- Removedasync@0.1
- Removedlodash@0.7
- Removedunderscore.deferred@0.2
- Removedasync@0.1.22(transitive)
- Removedlodash@0.7.0(transitive)
- Removedunderscore.deferred@0.2.0(transitive)