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.5 to 0.0.6

2

lib/dispatcher.js

@@ -7,3 +7,3 @@ /**

var Promise = global.Promise || require('bluebird'),
var Promise = global.Promise || require('es6-promise').Promise,
debug = require('debug')('Dispatchr:dispatcher');

@@ -10,0 +10,0 @@

{
"name": "dispatchr",
"version": "0.0.5",
"description": "A dispatcher to aid in following the Flux application architecture for applications that run in the server and the client",
"version": "0.0.6",
"description": "A Flux dispatcher for applications that run on the server and the client.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/mridgway/dispatchr.git"
},
"scripts": {

@@ -19,4 +23,4 @@ "cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --reporter spec",

"dependencies": {
"bluebird": "^1.2.4",
"debug": "^0.8.1"
"debug": "^0.8.1",
"es6-promise": "^1.0.0"
},

@@ -23,0 +27,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

Dispatchr
Dispatchr [![Build Status](https://travis-ci.org/mridgway/dispatchr.svg?branch=master)](https://travis-ci.org/mridgway/dispatchr)
=========

@@ -3,0 +3,0 @@

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