Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@solid-primitives/storage

Package Overview
Dependencies
Maintainers
3
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.2.0 to 3.3.0

2

dist/index.d.ts

@@ -372,2 +372,2 @@ import { Accessor, Setter, Signal } from 'solid-js';

export { AnyStorageProps, AsyncStorage, AsyncStorageObject, AsyncStorageSetter, AsyncStorageWithOptions, CookieOptions, PersistenceBaseOptions, PersistenceOptions, PersistenceSyncAPI, PersistenceSyncCallback, PersistenceSyncData, StorageDeserializer, StorageObject, StorageProps, StorageSerializer, StorageSetter, StorageSignalProps, StorageWithOptions, StringStorageProps, addClearMethod, addWithOptionsMethod, cookieStorage, createAsyncStorage, createCookieStorage, createLocalStorage, createSessionStorage, createStorage, createStorageSignal, makePersisted, messageSync, multiplexStorage, multiplexSync, storageSync, wsSync };
export { type AnyStorageProps, type AsyncStorage, type AsyncStorageObject, type AsyncStorageSetter, type AsyncStorageWithOptions, type CookieOptions, type PersistenceBaseOptions, type PersistenceOptions, type PersistenceSyncAPI, type PersistenceSyncCallback, type PersistenceSyncData, type StorageDeserializer, type StorageObject, type StorageProps, type StorageSerializer, type StorageSetter, type StorageSignalProps, type StorageWithOptions, type StringStorageProps, addClearMethod, addWithOptionsMethod, cookieStorage, createAsyncStorage, createCookieStorage, createLocalStorage, createSessionStorage, createStorage, createStorageSignal, makePersisted, messageSync, multiplexStorage, multiplexSync, storageSync, wsSync };

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

args[storage[key].length - 1] = options;
storage[key](...args);
return storage[key](...args);
};

@@ -407,0 +407,0 @@ }

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

@@ -64,6 +64,11 @@ "author": "Alex Lohr <alex.lohr@logmein.com>",

},
"peerDependenciesMeta": {
"solid-start": {
"optional": true
}
},
"typesVersions": {},
"devDependencies": {
"solid-js": "^1.8.15"
},
"typesVersions": {},
"scripts": {

@@ -70,0 +75,0 @@ "dev": "tsx ../../scripts/dev.ts",

Sorry, the diff of this file is not supported yet

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