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.19.2 to 1.19.3

4

jest/async-storage-mock.js

@@ -1,4 +0,2 @@

/**
* @format
*/
/* eslint-disable no-undef */

@@ -5,0 +3,0 @@ const merge = require('merge-options').bind({

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

@@ -55,6 +55,6 @@ "main": "lib/commonjs/index.js",

"bundle:ios": "scripts/ios_e2e.sh 'bundle'",
"bundle:macos": "react-native bundle --entry-file index.ts --platform macos --bundle-output example/index.macos.jsbundle",
"bundle:macos": "react-native bundle --entry-file index.ts --platform macos --dev false --bundle-output example/index.macos.jsbundle",
"test": "concurrently -n lint,ts yarn:test:lint yarn:test:ts",
"test:lint": "eslint src/**/*.ts example/**/*.ts jest/*.js",
"test:ts": "tsc --project tsconfig.all.json",
"test:ts": "tsc",
"test:e2e:android": "scripts/android_e2e.sh 'test'",

@@ -77,8 +77,16 @@ "test:e2e:ios": "scripts/ios_e2e.sh 'test'",

"@types/lodash": "^4.14.184",
"@types/mocha": "^10.0.1",
"@types/react": "^18.0.0",
"@wdio/appium-service": "^8.11.2",
"@wdio/cli": "^8.11.2",
"@wdio/local-runner": "^8.11.2",
"@wdio/mocha-framework": "^8.11.0",
"@wdio/spec-reporter": "^8.11.2",
"appium": "2.0.0-rc.3",
"appium-uiautomator2-driver": "^2.26.2",
"appium-xcuitest-driver": "^4.32.5",
"concurrently": "^6.4.0",
"eslint": "^8.0.0",
"eslint-plugin-wdio": "^8.8.7",
"expo": "^48.0.0",
"jest": "^29.2.1",
"jest-circus": "^29.2.1",
"lodash": "^4.17.21",

@@ -97,27 +105,13 @@ "prettier": "^2.5.1",

"semantic-release": "^19.0.0",
"typescript": "^4.9.4"
"typescript": "^4.9.4",
"webdriverio": "^8.11.2"
},
"packageManager": "yarn@3.4.1",
"resolutions": {
"@react-native-community/cli": "^10.2.5",
"@react-native-community/cli-platform-android": "^10.2.0",
"@react-native-community/cli-platform-ios": "^10.2.5",
"body-parser/qs": "^6.7.3",
"find-babel-config/json5": "^2.1.1",
"metro-react-native-babel-preset": "^0.73.10",
"metro-react-native-babel-transformer": "^0.73.10",
"metro-runtime": "^0.73.10",
"metro-source-map": "^0.73.10",
"npm/chalk": "^4.1.2"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"./example/jest.setup.js"
]
},
"eslintConfig": {
"root": true,
"plugins": [
"wdio"
],
"extends": [
"@react-native-community",
"plugin:jest/recommended"
"plugin:wdio/recommended"
],

@@ -146,3 +140,8 @@ "rules": {

"module",
"typescript"
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]

@@ -152,3 +151,3 @@ },

"branches": [
"master"
"main"
],

@@ -155,0 +154,0 @@ "plugins": [

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