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

flux-capacitor

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flux-capacitor - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

CONCEPT.md

61

package.json
{
"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

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