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
26
Versions
179
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 1.0.47 to 1.0.48

4

dist/metadata.d.ts

@@ -138,4 +138,8 @@ import Joi from 'joi';

selectedImage?: string;
/**
* Custom node version selected by user for the build. If user didn't select any node version and wants to use default it will be undefined.
*/
customNodeVersion?: string;
};
export declare const MetadataSchema: Joi.ObjectSchema<any>;
export declare function sanitizeMetadata(metadata: object): Metadata;

@@ -40,2 +40,3 @@ "use strict";

selectedImage: joi_1.default.string(),
customNodeVersion: joi_1.default.string(),
});

@@ -42,0 +43,0 @@ function sanitizeMetadata(metadata) {

4

package.json
{
"name": "@expo/eas-build-job",
"version": "1.0.47",
"version": "1.0.48",
"main": "dist/index.js",

@@ -36,3 +36,3 @@ "types": "dist/index.d.ts",

},
"gitHead": "749fb3739f1fa6a7c1deffd2cd605b2817033e03"
"gitHead": "e5078b0b17758dafb6e51fcd7a0ce3d21982af97"
}

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