Socket
Socket
Sign inDemoInstall

@google-cloud/tasks

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/tasks - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

7

CHANGELOG.md

@@ -7,2 +7,9 @@ # Changelog

## [1.1.0](https://www.github.com/googleapis/nodejs-tasks/compare/v1.0.0...v1.1.0) (2019-06-05)
### Features
* support apiEndpoint override in client constructor ([#239](https://www.github.com/googleapis/nodejs-tasks/issues/239)) ([5bb4eff](https://www.github.com/googleapis/nodejs-tasks/commit/5bb4eff))
## [1.0.0](https://www.github.com/googleapis/nodejs-tasks/compare/v0.5.0...v1.0.0) (2019-05-13)

@@ -9,0 +16,0 @@

23

package.json
{
"name": "@google-cloud/tasks",
"description": "Cloud Tasks API client for Node.js",
"version": "1.0.0",
"version": "1.1.0",
"license": "Apache-2.0",

@@ -32,9 +32,6 @@ "author": "Google LLC",

"scripts": {
"test": "npm run cover",
"generate-scaffolding": "repo-tools generate all",
"generate-scaffolding-samples": "repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json",
"cover": "nyc --reporter=lcov mocha test/*.js && nyc report",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"test-no-cover": "mocha test/ --timeout 600000",
"lint": "eslint src/ samples/ system-test/ test/",
"test": "nyc mocha",
"lint": "eslint '**/*.js'",
"docs": "jsdoc -c .jsdoc.js",

@@ -47,7 +44,5 @@ "system-test": "mocha system-test/ smoke-test/ --timeout 600000",

"dependencies": {
"google-gax": "^1.0.0",
"lodash.merge": "^4.6.1"
"google-gax": "^1.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"codecov": "^3.0.2",

@@ -58,11 +53,11 @@ "eslint": "^5.0.0",

"eslint-plugin-prettier": "^3.0.0",
"jsdoc-baseline": "git+https://github.com/hegemonic/jsdoc-baseline.git",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.5.5",
"mocha": "^6.0.0",
"jsdoc": "^3.6.2",
"jsdoc-baseline": "^0.1.0",
"linkinator": "^1.1.2",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"power-assert": "^1.5.0",
"prettier": "^1.13.5",
"linkinator": "^1.1.2"
"prettier": "^1.13.5"
}
}

@@ -68,3 +68,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

// const location = 'us-central1';
// const options = {payload: 'hello'};
// const payload = 'hello';

@@ -71,0 +71,0 @@ // Construct the fully qualified queue name.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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