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
22
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.7 to 1.0.9

6

dist/common.d.ts

@@ -76,3 +76,7 @@ import Joi from 'joi';

cacheDefaultPaths?: boolean;
customPaths: string[];
/**
* @deprecated We use paths now since there is no default caching anymore.
*/
customPaths?: string[];
paths: string[];
}

@@ -79,0 +83,0 @@ export declare const CacheSchema: Joi.ObjectSchema<any>;

@@ -94,3 +94,4 @@ "use strict";

customPaths: joi_1.default.array().items(joi_1.default.string()).default([]),
paths: joi_1.default.array().items(joi_1.default.string()).default([]),
});
//# sourceMappingURL=common.js.map

4

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

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

},
"gitHead": "b1934ee0ee9f8aab69cd90e231d63843fe09c466"
"gitHead": "4cf6e89c042a58ec6a1d6eaa85c6fa41a31e266b"
}

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