Socket
Socket
Sign inDemoInstall

expo-secure-store

Package Overview
Dependencies
0
Maintainers
18
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 8.1.0

4

.expo/tsconfig.jest.json
{
"extends": "/Users/tomasz/Work/expo/packages/expo-secure-store/tsconfig.json",
"extends": "/Users/bbarthec/Work/expo/packages/expo-secure-store/tsconfig.json",
"compilerOptions": {

@@ -10,5 +10,5 @@ "module": "esnext",

"../../../node_modules/@types",
"/Users/tomasz/Work/expo/packages/expo-module-scripts/ts-declarations"
"/Users/bbarthec/Work/expo/packages/expo-module-scripts/ts-declarations"
]
}
}

@@ -1,6 +0,2 @@

declare const _default: {
[propertyName: string]: any;
addListener: (eventName: string) => void;
removeListeners: (count: number) => void;
};
declare const _default: import("@unimodules/core").ProxyNativeModule;
export default _default;
{
"name": "expo-secure-store",
"version": "8.0.0",
"version": "8.1.0",
"description": "Provides a way to encrypt and securely store key–value pairs locally on the device.",

@@ -42,5 +42,5 @@ "main": "build/SecureStore.js",

"devDependencies": {
"expo-module-scripts": "~1.1.1"
"expo-module-scripts": "~1.2.0"
},
"gitHead": "ec7878b9ce54f2537721218ae0fe4017e4004806"
"gitHead": "3ad68bbd9847ebc8a55272c263b17d998a92f64f"
}
import { UnavailabilityError } from '@unimodules/core';
import ExpoSecureStore from './ExpoSecureStore';

@@ -3,0 +4,0 @@

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc