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

@expo/config-types

Package Overview
Dependencies
Maintainers
24
Versions
110
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 50.0.0-canary-20231122-1af9191 to 50.0.0-canary-20231123-1b19f96

20

package.json
{
"name": "@expo/config-types",
"version": "50.0.0-canary-20231122-1af9191",
"version": "50.0.0-canary-20231123-1b19f96",
"description": "Types for the Expo config object app.config.ts",

@@ -8,9 +8,11 @@ "types": "build/ExpoConfig.d.ts",

"scripts": {
"watch": "tsc --watch --preserveWatchOutput",
"build": "tsc",
"build": "expo-module tsc",
"clean": "expo-module clean",
"generate": "ts-node ./scripts/generate.ts",
"prepare": "yarn run clean && yarn build",
"clean": "rimraf build ./tsconfig.tsbuildinfo",
"lint": "eslint . && npx prettier --write src/ExpoConfig.ts",
"test": "jest"
"lint": "expo-module lint",
"prepare": "expo-module clean && expo-module tsc",
"prepublishOnly": "expo-module prepublishOnly",
"test": "expo-module test",
"typecheck": "expo-module typecheck",
"watch": "expo-module tsc --watch --preserveWatchOutput"
},

@@ -39,3 +41,3 @@ "repository": {

"devDependencies": {
"@expo/babel-preset-cli": "^0.2.24",
"expo-module-scripts": "0.0.0-canary-20231123-1b19f96",
"json-schema-to-typescript": "^10.0.0",

@@ -47,3 +49,3 @@ "ts-node": "^10.9.1"

},
"gitHead": "1af91912cdf13b6f7fa0a8207dc9f024132a9a72"
"gitHead": "1b19f96bd0e50f43e4329e388347423e7cce20b6"
}
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