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

@magnetarjs/utils

Package Overview
Dependencies
Maintainers
3
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magnetarjs/utils - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

3

dist/internal/storeSplit.d.ts

@@ -1,2 +0,3 @@

export declare const storeSplitSymbol: unique symbol;
/** Using an actual symbol causes issues in production host apps for whatever reason... */
export declare const storeSplitSymbol = "MAGNETAR_SYMBOL_storeSplit";
/**

@@ -3,0 +4,0 @@ * A storeSplit function allows you to apply a different payload between your cache store vs your other stores.

import { isAnyObject } from 'is-what';
export const storeSplitSymbol = Symbol('storeSplit');
/** Using an actual symbol causes issues in production host apps for whatever reason... */
export const storeSplitSymbol = 'MAGNETAR_SYMBOL_storeSplit';
/**

@@ -4,0 +5,0 @@ * A storeSplit function allows you to apply a different payload between your cache store vs your other stores.

{
"name": "@magnetarjs/utils",
"version": "1.2.1",
"version": "1.2.2",
"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