Socket
Socket
Sign inDemoInstall

expo-secure-store

Package Overview
Dependencies
0
Maintainers
24
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.0 to 10.1.0

12

CHANGELOG.md

@@ -11,8 +11,14 @@ # Changelog

## 10.0.0 — 2021-01-15
## 10.1.0 — 2021-03-10
_This version does not introduce any user-facing changes._
### 🎉 New features
## 10.0.0 — 2021-01-15
- Updated Android build configuration to target Android 11 (added support for Android SDK 30). ([#11647](https://github.com/expo/expo/pull/11647) by [@bbarthec](https://github.com/bbarthec))
### 🐛 Bug fixes
- Data saved with `expo-secure-store` is no longer lost upon ejecting, **if you first upgrade your app to SDK 41 before ejecting**. ([#11309](https://github.com/expo/expo/pull/11309) by [@cruzach](https://github.com/cruzach))
> On Android, all of your `SecureStore` data will be migrated on app start-up. On iOS, keys and their associated data will be migrated whenever you call `getItemAsync` on that key. This means that any keys you don't `get` while on SDK 41 will **not** be migrated.## 10.0.0 — 2021-01-15
### 🛠 Breaking changes

@@ -19,0 +25,0 @@

{
"name": "expo-secure-store",
"version": "10.0.0",
"version": "10.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.2.0"
"expo-module-scripts": "^2.0.0"
},
"gitHead": "e362887ddc6ba4e3518efd623d64b3cbd301a6a9"
"gitHead": "5b57d1fd0a20294c1dec7c43b5df34dd6425d1a5"
}

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