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.14.0 to 1.14.1

9

lib/commonjs/shouldFallbackToLegacyNativeModule.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = shouldFallbackToLegacyNativeModule;
const {

@@ -12,3 +7,3 @@ NativeModules

function shouldFallbackToLegacyNativeModule() {
module.exports = function shouldFallbackToLegacyNativeModule() {
var _NativeModules$Native, _NativeModules$Native2;

@@ -41,3 +36,3 @@

return false;
}
};
//# sourceMappingURL=shouldFallbackToLegacyNativeModule.js.map

@@ -5,3 +5,3 @@ const {

export default function shouldFallbackToLegacyNativeModule() {
module.exports = function shouldFallbackToLegacyNativeModule() {
var _NativeModules$Native, _NativeModules$Native2;

@@ -34,3 +34,3 @@

return false;
}
};
//# sourceMappingURL=shouldFallbackToLegacyNativeModule.js.map
{
"name": "@react-native-async-storage/async-storage",
"version": "1.14.0",
"version": "1.14.1",
"description": "Asynchronous, persistent, key-value storage system for React Native.",

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

const {NativeModules} = require('react-native');
export default function shouldFallbackToLegacyNativeModule() {
module.exports = function shouldFallbackToLegacyNativeModule() {
const expoConstants =

@@ -30,2 +30,2 @@ NativeModules.NativeUnimoduleProxy?.modulesConstants?.ExponentConstants;

return false;
}
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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