Socket
Socket
Sign inDemoInstall

@expo/config-types

Package Overview
Dependencies
Maintainers
23
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/config-types - npm Package Compare versions

Comparing version 45.0.0 to 46.0.0

4

build/ExpoConfig.d.ts

@@ -864,2 +864,6 @@ /**

};
/**
* Sets the bundler to use for the web platform. Only supported in the local CLI `npx expo`.
*/
bundler?: 'webpack' | 'metro';
[k: string]: any;

@@ -866,0 +870,0 @@ }

1

build/ExpoConfig.js

@@ -7,2 +7,1 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ExpoConfig.js.map
{
"name": "@expo/config-types",
"version": "45.0.0",
"version": "46.0.0",
"description": "Types for the Expo config object app.config.ts",

@@ -18,4 +18,4 @@ "types": "build/ExpoConfig.d.ts",

"type": "git",
"url": "https://github.com/expo/expo-cli.git",
"directory": "packages/config-types"
"url": "https://github.com/expo/expo.git",
"directory": "packages/@expo/config-types"
},

@@ -32,5 +32,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://github.com/expo/expo-cli/tree/main/packages/config-types#readme",
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/config-types#readme",
"files": [

@@ -40,7 +40,9 @@ "build"

"devDependencies": {
"json-schema-to-typescript": "^10.0.0"
"json-schema-to-typescript": "^10.0.0",
"@expo/babel-preset-cli": "^0.2.24"
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "093d340c3fd67ff4375af3a471c7d044aee893c9"
}
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