dispatchable-store
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 14 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8910833
228
6835
84