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
23
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 1.0.10 to 1.0.12

4

dist/metadata.d.ts

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

buildMode?: 'build' | 'resign' | 'custom';
/**
* Workflow name available for custom builds.
*/
customWorkflowName?: string;
};
export declare const MetadataSchema: Joi.ObjectSchema<any>;
export declare function sanitizeMetadata(metadata: object): Metadata;

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

buildMode: joi_1.default.string().valid('build', 'resign', 'custom'),
customWorkflowName: joi_1.default.string(),
});

@@ -37,0 +38,0 @@ function sanitizeMetadata(metadata) {

4

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

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

},
"gitHead": "b3be894e067ef851bf1550df93ea7d7054b21bc9"
"gitHead": "2dc59c067aa6bf5f895c7cd2411ceeda43a94bb3"
}

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