Socket
Socket
Sign inDemoInstall

@google-cloud/common

Package Overview
Dependencies
Maintainers
16
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/common - npm Package Compare versions

Comparing version 0.17.0 to 0.18.0

89

package.json
{
"name": "@google-cloud/common",
"description": "Common components for Cloud APIs Node.js Client Libraries",
"version": "0.17.0",
"version": "0.18.0",
"license": "Apache-2.0",

@@ -11,5 +11,7 @@ "author": "Google Inc.",

"repository": "googleapis/nodejs-common",
"main": "./src/index.js",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"files": [
"src",
"build/src",
"package.json",
"AUTHORS",

@@ -41,48 +43,69 @@ "CONTRIBUTORS",

"prettier": "repo-tools exec -- prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js",
"cover": "nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report",
"cover": "nyc --reporter=lcov mocha --require source-map-support/register intelli-espower-loader build/test/*.js && nyc report",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"test-no-cover": "repo-tools test run --cmd mocha -- test/*.js --no-timeouts",
"test-no-cover": "repo-tools test run --cmd mocha -- build/test/*.js --no-timeouts",
"test": "repo-tools test run --cmd npm -- run cover",
"posttest": "npm run license-check",
"license-check": "jsgl --local ."
"posttest": "npm run check && npm run license-check",
"prepare": "npm run compile",
"pretest": "npm run compile",
"license-check": "jsgl --local .",
"compile": "tsc -p .",
"fix": "gts fix",
"check": "gts check"
},
"dependencies": {
"array-uniq": "^1.0.3",
"arrify": "^1.0.1",
"concat-stream": "^1.6.0",
"create-error-class": "^3.0.2",
"duplexify": "^3.5.0",
"axios": "^0.18.0",
"duplexify": "^3.5.4",
"ent": "^2.2.0",
"extend": "^3.0.1",
"google-auto-auth": "^0.10.0",
"is": "^3.2.0",
"log-driver": "1.2.7",
"methmeth": "^1.1.0",
"modelo": "^4.2.0",
"request": "^2.79.0",
"retry-request": "^3.0.0",
"split-array-stream": "^1.0.0",
"stream-events": "^1.0.1",
"string-format-obj": "^1.1.0",
"through2": "^2.0.3"
"google-auth-library": "^1.4.0",
"is": "^3.2.1",
"pify": "^3.0.0",
"request": "^2.85.0",
"retry-request": "^3.3.1",
"split-array-stream": "^2.0.0",
"stream-events": "^1.0.4"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.1.1",
"@google-cloud/nodejs-repo-tools": "^2.2.6",
"@types/arrify": "^1.0.3",
"@types/duplexify": "^3.5.0",
"@types/ent": "^2.2.1",
"@types/extend": "^3.0.0",
"@types/is": "0.0.19",
"@types/mocha": "^5.0.0",
"@types/nock": "^9.1.3",
"@types/node": "^9.4.7",
"@types/pify": "^3.0.1",
"@types/proxyquire": "^1.3.28",
"@types/request": "^2.47.0",
"@types/shimmer": "^1.0.1",
"@types/sinon": "^4.3.1",
"@types/through2": "^2.0.33",
"@types/uuid": "^3.4.3",
"async": "^2.6.0",
"codecov": "^3.0.0",
"eslint": "^4.10.0",
"eslint-config-prettier": "^2.7.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-prettier": "^2.3.1",
"ink-docstrap": "^1.3.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"gts": "^0.5.4",
"ink-docstrap": "^1.3.2",
"intelli-espower-loader": "^1.0.1",
"js-green-licenses": "^0.5.0",
"jsdoc": "^3.5.5",
"mocha": "^5.0.0",
"nyc": "^11.3.0",
"power-assert": "^1.4.4",
"mocha": "^5.0.5",
"nock": "^9.2.5",
"nyc": "^11.6.0",
"power-assert": "^1.5.0",
"prettier": "^1.11.1",
"proxyquire": "^2.0.0",
"uuid": "^3.0.1"
"proxyquire": "^2.0.1",
"shimmer": "^1.2.0",
"sinon": "^4.5.0",
"source-map-support": "^0.5.4",
"through2": "^2.0.3",
"typescript": "^2.8.1",
"uuid": "^3.2.1"
}
}
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