🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

cloudbuild-task-contracts

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.122-beta

{
"name": "cloudbuild-task-contracts",
"version": "0.1.105-beta",
"version": "0.1.122-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.",

@@ -26,10 +26,10 @@ "main": "lib/index.js",

"devDependencies": {
"@types/jest": "^26.0.8",
"@types/node": "^14.0.27",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"jest": "^26.4.2",
"jshint": "^2.12.0",
"ts-jest": "^26.3.0",
"ts-jest": "^26.5.2",
"tslint": "^6.1.3",
"typescript": "^4.0.2"
"typescript": "^4.2.2"
}
}