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

dispatchable-store

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

dispatchable-store - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

docs/dispatchable-store/1.1.3/DispatchableStore.html

2

lib/index.js

@@ -93,3 +93,3 @@ 'use strict';

value: function getState() {
return this.state;
return Object.assign({}, this.state);
}

@@ -96,0 +96,0 @@

{
"name": "dispatchable-store",
"version": "1.1.2",
"version": "1.1.3",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -34,3 +34,3 @@ const { EventEmitter2 } = require('eventemitter2')

getState() {
return this.state
return Object.assign({}, this.state)
}

@@ -37,0 +37,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