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

@inglorious/store

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inglorious/store - npm Package Compare versions

Comparing version
9.5.1
to
9.5.2
+1
-1
package.json
{
"name": "@inglorious/store",
"version": "9.5.1",
"version": "9.5.2",
"description": "A state manager for real-time, collaborative apps, inspired by game development patterns and compatible with Redux.",

@@ -5,0 +5,0 @@ "author": "IceOnFire <antony.mistretta@gmail.com> (https://ingloriouscoderz.it)",

@@ -53,2 +53,7 @@ import { create } from "mutative"

store._api = api
if (updateMode === "auto" && incomingEvents.length) {
update()
}
return store

@@ -55,0 +60,0 @@