🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

cloudbuild-task-contracts

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudbuild-task-contracts - npm Package Compare versions

Comparing version

to
0.1.105-beta

2

lib/index.js

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

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

{
"name": "cloudbuild-task-contracts",
"version": "0.1.78-alpha",
"version": "0.1.105-beta",
"description": "Abstractions that most/all cloud build services can fulfill in order to allow the development of tasks for submission to the various cloud build marketplaces while maintaining primarily just one codebase.",

@@ -28,8 +28,8 @@ "main": "lib/index.js",

"@types/node": "^14.0.27",
"jest": "^26.2.2",
"jest": "^26.4.2",
"jshint": "^2.12.0",
"ts-jest": "^26.1.4",
"ts-jest": "^26.3.0",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
"typescript": "^4.0.2"
}
}