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

redux-persist-filesystem-storage

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-persist-filesystem-storage - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

8

index.d.ts

@@ -20,3 +20,3 @@ declare module 'redux-persist-filesystem-storage' {

key: string,
callback: (error?: Error, result?: string) => void,
callback?: (error?: Error, result?: string) => void,
) => Promise<string | undefined>

@@ -26,10 +26,10 @@

key: string,
callback: (error?: Error) => void,
callback?: (error?: Error) => void,
) => Promise<undefined>
getAllKeys: (
callback: (error?: Error, keys?: Array<string>) => void,
callback?: (error?: Error, keys?: Array<string>) => void,
) => Promise<string[]> | Promise<undefined>
clear: (callback: (error?: Error) => void) => Promise<boolean>
clear: (callback?: (error?: Error) => void) => Promise<boolean>
}

@@ -36,0 +36,0 @@

{
"name": "redux-persist-filesystem-storage",
"version": "1.4.0",
"version": "1.4.1",
"description": "Redux persist adaptor for React Native filesystem storage",

@@ -13,4 +13,4 @@ "main": "index.js",

"dependencies": {
"rn-fetch-blob": "^0.10.0"
"rn-fetch-blob": "0.10.15"
}
}
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