Socket
Socket
Sign inDemoInstall

@expo/config

Package Overview
Dependencies
Maintainers
27
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/config - npm Package Compare versions

Comparing version 0.0.1-canary-20240415-cca04d8 to 0.0.1-canary-20240418-8d74597

4

build/Config.js

@@ -226,3 +226,5 @@ "use strict";

delete configWithDefaultValues.exp._internal;
if (configWithDefaultValues.exp.hooks) {
// hooks no longer exists in the typescript type but should still be removed
if ('hooks' in configWithDefaultValues.exp) {
delete configWithDefaultValues.exp.hooks;

@@ -229,0 +231,0 @@ }

{
"name": "@expo/config",
"version": "0.0.1-canary-20240415-cca04d8",
"version": "0.0.1-canary-20240418-8d74597",
"description": "A library for interacting with the app.json",

@@ -37,5 +37,5 @@ "main": "build/index.js",

"@babel/code-frame": "~7.10.4",
"@expo/config-plugins": "0.0.1-canary-20240415-cca04d8",
"@expo/config-types": "51.0.0-canary-20240415-cca04d8",
"@expo/json-file": "0.0.1-canary-20240415-cca04d8",
"@expo/config-plugins": "0.0.1-canary-20240418-8d74597",
"@expo/config-types": "51.0.0-canary-20240418-8d74597",
"@expo/json-file": "0.0.1-canary-20240418-8d74597",
"getenv": "^1.0.0",

@@ -51,3 +51,3 @@ "glob": "7.1.6",

"@types/require-from-string": "^1.2.1",
"expo-module-scripts": "0.0.1-canary-20240415-cca04d8"
"expo-module-scripts": "0.0.1-canary-20240418-8d74597"
},

@@ -57,3 +57,3 @@ "publishConfig": {

},
"gitHead": "cca04d8dc8de4f4b08d86935e3e1f448ecbd6ec1"
"gitHead": "8d74597a78a7b6548da17e7266a4e7734df3c7f3"
}

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