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

dispatchr

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dispatchr - npm Package Compare versions

Comparing version 0.0.0 to 0.0.2

.idea/.name

27

package.json
{
"name": "dispatchr",
"version": "0.0.0",
"version": "0.0.2",
"description": "A dispatcher to aid in following the Flux application architecture for applications that run in the server and the client",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --reporter spec",
"lint": "./node_modules/.bin/jshint lib tests",
"test": "./node_modules/.bin/mocha tests/unit/ --recursive --reporter spec"
},
"author": "Michael Ridgway <mridgway@yahoo-inc.com",
"license": "MIT"
"licenses": [
{
"type": "BSD",
"url": "https://github.com/yahoo/dispatchr/blob/master/LICENSE.md"
}
],
"dependencies": {
"bluebird": "^1.2.4",
"debug": "^0.8.1"
},
"devDependencies": {
"chai": "^1.9.1",
"istanbul": "^0.2.10",
"jshint": "^2.5.1",
"mocha": "^1.20.0",
"precommit-hook": "^1.0.2"
},
"jshintConfig": {
"node": true
}
}
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