redux-persist-filesystem-storage
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12863
+ Addedrn-fetch-blob@0.10.15(transitive)
- Removedrn-fetch-blob@0.10.16(transitive)
Updatedrn-fetch-blob@0.10.15