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

deep-storage

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-storage - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

3

index.d.ts

@@ -81,2 +81,5 @@ export * from './async';

}
export interface UsesDeepStorage<State> {
storage: DeepStorage<State>;
}
export declare type stringOrNumber = string | number;

@@ -83,0 +86,0 @@ export declare type Path = stringOrNumber[];

2

package.json
{
"name": "deep-storage",
"version": "3.0.0",
"version": "3.0.1",
"description": "Simple observable state management for reactive applications",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -101,2 +101,6 @@ export * from './async';

export interface UsesDeepStorage<State> {
storage: DeepStorage<State>;
}
export type stringOrNumber = string | number;

@@ -103,0 +107,0 @@ export type Path = stringOrNumber[];

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