🚀 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.48-alpha.g820f1787b5

{
"name": "cloudbuild-task-contracts",
"version": "0.1.47-alpha.g36f3b2825f",
"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": ">= 6.0"
},
"scripts": {
"build": "tsc",
"watch": "tsc -watch"
},
"repository": {
"type": "git",
"url": "https://github.com/aarnott/cloudbuild-task.git",
"directory": "cloudbuild-task-contracts"
},
"bugs": {
"url": "https://github.com/aarnott/cloudbuild-task/issues"
},
"homepage": "https://github.com/aarnott/cloudbuild-task#readme",
"author": "Andrew Arnott <andrewarnott@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.9.1",
"@types/node": "^13.1.8",
"jest": "^25.1.0",
"jshint": "^2.11.0",
"ts-jest": "^25.0.0",
"tslint": "^6.0.0",
"typescript": "^3.7.5"
}
}
"name": "cloudbuild-task-contracts",
"version": "0.1.48-alpha.g820f1787b5",
"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": ">= 6.0"
},
"scripts": {
"build": "tsc",
"watch": "tsc -watch"
},
"repository": {
"type": "git",
"url": "https://github.com/aarnott/cloudbuild-task.git",
"directory": "cloudbuild-task-contracts"
},
"bugs": {
"url": "https://github.com/aarnott/cloudbuild-task/issues"
},
"homepage": "https://github.com/aarnott/cloudbuild-task#readme",
"author": "Andrew Arnott <andrewarnott@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.9.1",
"@types/node": "^13.1.8",
"jest": "^25.1.0",
"jshint": "^2.11.0",
"ts-jest": "^25.0.0",
"tslint": "^6.0.0",
"typescript": "^3.7.5"
}
}