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 1.0.2 to 1.0.3

CHANGELOG.md

1

addons/BaseStore.js

@@ -20,2 +20,3 @@ /**

this._hasChanged = false;
EventEmitter.call(this);
if (this.initialize) {

@@ -22,0 +23,0 @@ this.initialize();

4

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

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

"debug": "^2.0.0",
"eventemitter3": "^1.0.0",
"eventemitter3": "^2.0.0",
"inherits": "^2.0.1"

@@ -27,0 +27,0 @@ },

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