New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@magnetarjs/core

Package Overview
Dependencies
Maintainers
3
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magnetarjs/core - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

dist/moduleActions/handleWritePerStore.js

@@ -64,3 +64,3 @@ import { isStoreSplit } from '@magnetarjs/utils';

for (const modifyFn of modifyPayloadFnsMap[actionName]) {
storePayloadDic = mapObject(storePayloadDic, (payloadValue) => modifyFn(payloadValue, docId));
storePayloadDic = mapObject(storePayloadDic, (payloadValue, storeName) => unwrapStoreSplits(modifyFn(payloadValue, docId), `${storeName}`));
}

@@ -67,0 +67,0 @@ let stopExecution = false;

{
"name": "@magnetarjs/core",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",

@@ -5,0 +5,0 @@ "sideEffects": false,

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