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

dispatchr

Package Overview
Dependencies
Maintainers
4
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.1.0 to 0.1.1

5

lib/dispatcher.js

@@ -7,2 +7,7 @@ /**

// Include setImmediate for browser support
if ('undefined' === typeof setImmediate) {
require('setimmediate');
}
var Promise = global.Promise || require('es6-promise').Promise;

@@ -9,0 +14,0 @@

8

package.json
{
"name": "dispatchr",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Flux dispatcher for applications that run on the server and the client.",

@@ -24,3 +24,4 @@ "main": "index.js",

"debug": "^1.0.0",
"es6-promise": "^1.0.0"
"es6-promise": "^1.0.0",
"setimmediate": "^1.0.2"
},

@@ -31,4 +32,3 @@ "devDependencies": {

"jshint": "^2.5.1",
"mocha": "^1.20.0",
"precommit-hook": "^1.0.2"
"mocha": "^1.20.0"
},

@@ -35,0 +35,0 @@ "jshintConfig": {

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