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 9.0.0-beta.0 to 9.0.0

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": "9.0.0-beta.0",
"version": "9.0.0",
"description": "A library for interacting with the app.json",

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

},
"gitHead": "0546595aefd73806a57a62e6075e2744c6d21cf2"
"gitHead": "4165b8d72e1b9a1889c2767534cc619e21468110"
}

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