🚀 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.185-beta

6

lib/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

19

package.json
{
"name": "cloudbuild-task-contracts",
"version": "0.1.122-beta",
"version": "0.1.185-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.",
"main": "lib/index.js",
"engines": {
"node": ">= 10.0"
"node": ">= 18.0"
},

@@ -26,10 +26,11 @@ "scripts": {

"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"jest": "^26.4.2",
"jshint": "^2.12.0",
"ts-jest": "^26.5.2",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.3",
"jest": "^29.5.0",
"jshint": "^2.13.6",
"ts-jest": "^29.1.0",
"tslint": "^6.1.3",
"typescript": "^4.2.2"
}
"typescript": "^5.0.4"
},
"stableVersion": "0.1.0-alpha"
}

Sorry, the diff of this file is not supported yet