New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@nexcodepl/store

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexcodepl/store - npm Package Compare versions

Comparing version
1.0.10
to
1.0.11
+1
-1
dist/store.js

@@ -31,3 +31,3 @@ import { compare } from "./compare.js";

}
else if (!compare(this._state, newState, 2)) {
else if (compare(this._state, newState, 2)) {
return;

@@ -34,0 +34,0 @@ }

{
"name": "@nexcodepl/store",
"version": "1.0.10",
"version": "1.0.11",
"description": "State management library",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",