Socket
Socket
Sign inDemoInstall

@react-native-async-storage/async-storage

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-async-storage/async-storage - npm Package Compare versions

Comparing version 1.17.0 to 1.17.1

2

lib/typescript/types.d.ts

@@ -107,3 +107,3 @@ export declare type ErrorLike = {

*/
multiRemove: (keys: string[], callback?: MultiCallback) => Promise<void>;
multiRemove: (keys: readonly string[], callback?: MultiCallback) => Promise<void>;
/**

@@ -110,0 +110,0 @@ * Batch operation to merge in existing and new values for a given set of

{
"name": "@react-native-async-storage/async-storage",
"version": "1.17.0",
"version": "1.17.1",
"description": "Asynchronous, persistent, key-value storage system for React Native.",

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

@@ -146,3 +146,6 @@ export type ErrorLike = {

*/
multiRemove: (keys: string[], callback?: MultiCallback) => Promise<void>;
multiRemove: (
keys: readonly string[],
callback?: MultiCallback
) => Promise<void>;

@@ -149,0 +152,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