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 2.0.3 to 2.0.4

1

async.d.ts

@@ -21,2 +21,3 @@ import { DeepStorage } from "./index";

update(updater: (prevState: Response) => Response): Promise<DeepAsyncState<Response>>;
storage: DeepStorage<DeepAsyncState<Response>>;
}

@@ -23,0 +24,0 @@ export declare class AlreadyRunningError extends Error {

2

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

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

@@ -24,2 +24,3 @@ import { DeepStorage } from "./index";

update(updater: (prevState: Response) => Response): Promise<DeepAsyncState<Response>>;
storage: DeepStorage<DeepAsyncState<Response>>;
}

@@ -26,0 +27,0 @@

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