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

@expo/eas-build-job

Package Overview
Dependencies
Maintainers
24
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/eas-build-job - npm Package Compare versions

Comparing version 0.2.24 to 0.2.25

2

dist/logs.d.ts

@@ -9,3 +9,3 @@ export declare enum BuildPhase {

INSTALL_DEPENDENCIES = "INSTALL_DEPENDENCIES",
EJECT = "EJECT",
PREBUILD = "PREBUILD",
PREPARE_CREDENTIALS = "PREPARE_CREDENTIALS",

@@ -12,0 +12,0 @@ CONFIGURE_EXPO_UPDATES = "CONFIGURE_EXPO_UPDATES",

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

BuildPhase["INSTALL_DEPENDENCIES"] = "INSTALL_DEPENDENCIES";
BuildPhase["EJECT"] = "EJECT";
BuildPhase["PREBUILD"] = "PREBUILD";
BuildPhase["PREPARE_CREDENTIALS"] = "PREPARE_CREDENTIALS";

@@ -16,0 +16,0 @@ BuildPhase["CONFIGURE_EXPO_UPDATES"] = "CONFIGURE_EXPO_UPDATES";

{
"name": "@expo/eas-build-job",
"version": "0.2.24",
"version": "0.2.25",
"main": "dist/index.js",

@@ -11,15 +11,11 @@ "types": "dist/index.d.ts",

"start": "yarn watch",
"watch": "yarn compile --watch --preserveWatchOutput",
"build": "npm run clean && npm run compile",
"clean": "rm -rf ./dist",
"clean-all": "yarn clean && rm -rf node_modules",
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "npm run build",
"test:unit": "./resources/jest --config jest.config.unit.js",
"test:unit:watch": "./resources/jest --config jest.config.unit.js --watch"
"watch": "tsc --watch --preserveWatchOutput",
"build": "tsc",
"prepack": "rm -rf dist && tsc -p tsconfig.build.json",
"test": "jest --config jest.config.js",
"test:watch": "jest --config jest.config.js --watch"
},
"volta": {
"node": "14.15.1",
"yarn": "1.22.10"
},
"author": "Expo <support@expo.io>",
"bugs": "https://github.com/expo/eas-build/issues",
"license": "MIT",
"devDependencies": {

@@ -26,0 +22,0 @@ "@types/jest": "^26.0.20",

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