Socket
Socket
Sign inDemoInstall

@solid-primitives/storage

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/storage - npm Package Compare versions

Comparing version 3.7.1 to 3.8.0

2

dist/index/index.js

@@ -532,2 +532,3 @@ import { createHydratableSignal } from '@solid-primitives/utils';

const storage = options.storage || globalThis.localStorage;
const name = options.name || `storage-${createUniqueId()}`;
if (!storage) {

@@ -537,3 +538,2 @@ return signal;

const storageOptions = options.storageOptions;
const name = options.name || `storage-${createUniqueId()}`;
const serialize = options.serialize || JSON.stringify.bind(JSON);

@@ -540,0 +540,0 @@ const deserialize = options.deserialize || JSON.parse.bind(JSON);

{
"name": "@solid-primitives/storage",
"version": "3.7.1",
"version": "3.8.0",
"description": "Primitive that provides reactive wrappers for storage access",

@@ -5,0 +5,0 @@ "author": "Alex Lohr <alex.lohr@logmein.com>",

Sorry, the diff of this file is not supported yet

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