Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

expo-file-system

Package Overview
Dependencies
Maintainers
28
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-file-system - npm Package Compare versions

Comparing version 12.0.0 to 13.0.0

15

CHANGELOG.md

@@ -13,2 +13,17 @@ # Changelog

## 13.0.0 — 2021-09-28
### 🛠 Breaking changes
- Dropped support for iOS 11.0 ([#14383](https://github.com/expo/expo/pull/14383) by [@cruzach](https://github.com/cruzach))
### 🐛 Bug fixes
- `getFreeDiskStorageAsync` now correctly reports free disk space on iOS. ([#14279](https://github.com/expo/expo/pull/14279) by [mickmaccallum](https://github.com/mickmaccallum))
- Fix building errors from use_frameworks! in Podfile. ([#14523](https://github.com/expo/expo/pull/14523) by [@kudo](https://github.com/kudo))
### 💡 Others
- Updated `@expo/config-plugins` ([#14443](https://github.com/expo/expo/pull/14443) by [@EvanBacon](https://github.com/EvanBacon))
## 12.0.0 — 2021-09-08

@@ -15,0 +30,0 @@

10

package.json
{
"name": "expo-file-system",
"version": "12.0.0",
"version": "13.0.0",
"description": "Provides access to the local file system on the device.",

@@ -38,4 +38,4 @@ "main": "build/index.js",

"dependencies": {
"@expo/config-plugins": "^3.0.0",
"expo-modules-core": "~0.3.0",
"@expo/config-plugins": "^3.1.0",
"expo-modules-core": "~0.4.0",
"uuid": "^3.4.0"

@@ -45,5 +45,5 @@ },

"expo-module-scripts": "^2.0.0",
"jest-expo": "~42.0.0"
"jest-expo": "~43.0.0-beta.0"
},
"gitHead": "fe23a511edf816a3fea58d74856c2749a9de1463"
"gitHead": "1fffde73411ee7a642b98f1506a8de921805d52b"
}

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

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