New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@expo/cli

Package Overview
Dependencies
Maintainers
0
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/cli - npm Package Compare versions

Comparing version 0.22.16 to 0.22.17

2

build/src/start/server/middleware/DomComponentsMiddleware.js

@@ -127,3 +127,3 @@ "use strict";

<div id="root"></div>
${src ? `<script crossorigin src="${src}"></script>` : ""}
${src ? `<script crossorigin src="${src.replace(/^https?:/, "")}"></script>` : ""}
</body>

@@ -130,0 +130,0 @@ </html>`;

@@ -34,3 +34,3 @@ "use strict";

"content-type": "application/json",
"user-agent": `expo-cli/${"0.22.16"}`,
"user-agent": `expo-cli/${"0.22.17"}`,
authorization: "Basic " + _nodeBuffer().Buffer.from(`${target}:`).toString("base64")

@@ -37,0 +37,0 @@ };

@@ -82,3 +82,3 @@ "use strict";

name: "expo/cli",
version: "0.22.16"
version: "0.22.17"
},

@@ -85,0 +85,0 @@ ci: _ciInfo().isCI ? {

{
"name": "@expo/cli",
"version": "0.22.16",
"version": "0.22.17",
"description": "The Expo CLI",

@@ -51,7 +51,7 @@ "main": "build/bin/cli",

"@expo/json-file": "^9.0.2",
"@expo/metro-config": "~0.19.10",
"@expo/metro-config": "~0.19.11",
"@expo/osascript": "^2.1.6",
"@expo/package-manager": "^1.7.2",
"@expo/plist": "^0.2.2",
"@expo/prebuild-config": "^8.0.27",
"@expo/prebuild-config": "^8.0.28",
"@expo/rudder-sdk-node": "^1.1.1",

@@ -172,3 +172,3 @@ "@expo/spawn-async": "^1.7.2",

},
"gitHead": "13972cd80b8b652a2ca6a2c45e03f7a0b3915ce1"
"gitHead": "c01c449a1d6e6e8690bfcc88a778b46781a59674"
}

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