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.129 to 1.0.130

4

dist/metadata.d.ts

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

customNodeVersion?: string;
/**
* EAS env vars environment chosen for the job
*/
environment?: 'production' | 'preview' | 'development';
};
export declare const MetadataSchema: Joi.ObjectSchema<any>;
export declare function sanitizeMetadata(metadata: object): Metadata;

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

customNodeVersion: joi_1.default.string(),
environment: joi_1.default.string().valid('production', 'preview', 'development'),
});

@@ -71,0 +72,0 @@ function sanitizeMetadata(metadata) {

4

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

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

},
"gitHead": "102607955edb3c4959b806d213f1c1975d9bad52"
"gitHead": "f58752e2cea134b586a9318ecdc7e07d59c00716"
}

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