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

expo-updates

Package Overview
Dependencies
Maintainers
20
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-updates - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

11

CHANGELOG.md

@@ -9,2 +9,11 @@ # Changelog

### 🐛 Bug fixes
## 0.2.2
### 🐛 Bug fixes
- Fixed an issue on iOS where expo-updates expected more assets to be embedded than actually are by the React Native CLI.
- Added a better error message on iOS when embedded assets are missing.
## 0.2.1

@@ -16,4 +25,2 @@

### 🐛 Bug fixes
## 0.2.0

@@ -20,0 +27,0 @@

4

package.json
{
"name": "expo-updates",
"version": "0.2.1",
"version": "0.2.2",
"description": "Fetches and manages remotely-hosted assets and updates to your app's JS bundle.",

@@ -47,3 +47,3 @@ "main": "build/index.js",

},
"gitHead": "51e3f5106504cd8761ac5c573f7fff3670727fb3"
"gitHead": "df27f1d180e5aad1310e4077944b7836e4adc3bb"
}

@@ -0,1 +1,3 @@

const filterPlatformAssetScales = require('@react-native-community/cli/build/commands/bundle/filterPlatformAssetScales')
.default;
const fs = require('fs');

@@ -52,3 +54,3 @@ const http = require('http');

}
asset.scales.forEach(function(scale, index) {
filterPlatformAssetScales(platform, asset.scales).forEach(function(scale, index) {
const assetInfoForManifest = {

@@ -55,0 +57,0 @@ name: asset.name,

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