@google-cloud/monitoring
Advanced tools
Comparing version 1.7.0 to 2.0.0-beta.0
{ | ||
"name": "@google-cloud/monitoring", | ||
"description": "Stackdriver Monitoring API client for Node.js", | ||
"version": "1.7.0", | ||
"version": "2.0.0-beta.0", | ||
"license": "Apache-2.0", | ||
"author": "Google Inc", | ||
"engines": { | ||
"node": ">=8.10.0" | ||
"node": ">=10" | ||
}, | ||
"repository": "googleapis/nodejs-monitoring", | ||
"main": "src/index.js", | ||
"main": "build/src/index.js", | ||
"files": [ | ||
"src", | ||
"protos" | ||
"build/src", | ||
"build/protos" | ||
], | ||
@@ -31,29 +31,38 @@ "keywords": [ | ||
"docs": "jsdoc -c .jsdoc.js", | ||
"lint": "eslint '**/*.js'", | ||
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../", | ||
"system-test": "mocha system-test/*.js --timeout 600000", | ||
"test": "c8 mocha", | ||
"fix": "eslint '**/*.js' --fix", | ||
"lint": "gts fix", | ||
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../", | ||
"system-test": "mocha build/system-test", | ||
"test": "c8 mocha build/test", | ||
"fix": "gts fix", | ||
"docs-test": "linkinator docs", | ||
"predocs-test": "npm run docs" | ||
"predocs-test": "npm run docs", | ||
"prelint": "cd samples; npm link ../; npm install", | ||
"clean": "gts clean", | ||
"compile": "tsc -p . && cp -r protos build/", | ||
"compile-protos": "compileProtos src", | ||
"prepare": "npm run compile" | ||
}, | ||
"dependencies": { | ||
"google-gax": "^1.7.5" | ||
"google-gax": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"c8": "^7.0.0", | ||
"codecov": "^3.0.0", | ||
"eslint": "^6.0.0", | ||
"eslint-config-prettier": "^6.0.0", | ||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"intelli-espower-loader": "^1.0.1", | ||
"@types/mocha": "^7.0.0", | ||
"@types/node": "^12.12.27", | ||
"@types/sinon": "^9.0.0", | ||
"c8": "^7.1.0", | ||
"codecov": "^3.6.5", | ||
"gts": "^2.0.0", | ||
"jsdoc": "^3.5.5", | ||
"jsdoc-fresh": "^1.0.1", | ||
"jsdoc-region-tag": "^1.0.2", | ||
"linkinator": "^1.5.0", | ||
"mocha": "^6.0.0", | ||
"power-assert": "^1.4.4", | ||
"prettier": "^1.7.4" | ||
"linkinator": "^2.0.0", | ||
"mocha": "^7.0.1", | ||
"null-loader": "^4.0.0", | ||
"pack-n-play": "^1.0.0-2", | ||
"sinon": "^9.0.1", | ||
"ts-loader": "^7.0.0", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.41.6", | ||
"webpack-cli": "^3.3.11" | ||
} | ||
} |
@@ -108,3 +108,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
const [result] = await client.createTimeSeries(request); | ||
console.log(`Done writing time series data.`, result); | ||
console.log('Done writing time series data.', result); | ||
} | ||
@@ -133,2 +133,23 @@ | ||
## Supported Node.js Versions | ||
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/). | ||
Libraries are compatible with all current _active_ and _maintenance_ versions of | ||
Node.js. | ||
Client libraries targetting some end-of-life versions of Node.js are available, and | ||
can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag). | ||
The dist-tags follow the naming convention `legacy-(version)`. | ||
_Legacy Node.js versions are supported as a best effort:_ | ||
* Legacy versions will not be tested in continuous integration. | ||
* Some security patches may not be able to be backported. | ||
* Dependencies will not be kept up-to-date, and features will not be backported. | ||
#### Legacy tags available | ||
* `legacy-8`: install client libraries from this dist-tag for versions | ||
compatible with Node.js 8. | ||
## Versioning | ||
@@ -157,2 +178,8 @@ | ||
Please note that this `README.md`, the `samples/README.md`, | ||
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`) | ||
are generated from a central template. To edit one of these files, make an edit | ||
to its template in this | ||
[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library). | ||
## License | ||
@@ -159,0 +186,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5251251
84298
195
18
91323
54
2
1
+ Added@grpc/grpc-js@1.6.12(transitive)
+ Added@grpc/proto-loader@0.6.130.7.13(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedcliui@7.0.48.0.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedduplexify@4.1.3(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedgaxios@4.3.3(transitive)
+ Addedgcp-metadata@4.3.1(transitive)
+ Addedget-caller-file@2.0.5(transitive)
+ Addedgoogle-auth-library@7.14.1(transitive)
+ Addedgoogle-gax@2.30.5(transitive)
+ Addedgoogle-p12-pem@3.1.4(transitive)
+ Addedgtoken@5.3.2(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedjson-bigint@1.0.0(transitive)
+ Addedlong@5.2.3(transitive)
+ Addedlru-cache@6.0.0(transitive)
+ Addednode-forge@1.3.1(transitive)
+ Addedobject-hash@3.0.0(transitive)
+ Addedproto3-json-serializer@0.1.9(transitive)
+ Addedprotobufjs@6.11.37.4.0(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedrequire-directory@2.1.1(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyallist@4.0.0(transitive)
+ Addedyargs@16.2.017.7.2(transitive)
+ Addedyargs-parser@20.2.921.1.1(transitive)
- Removed@grpc/grpc-js@1.3.8(transitive)
- Removed@grpc/proto-loader@0.5.6(transitive)
- Removed@types/fs-extra@8.1.5(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedduplexify@3.7.1(transitive)
- Removedgaxios@2.3.4(transitive)
- Removedgcp-metadata@3.5.0(transitive)
- Removedgoogle-auth-library@5.10.1(transitive)
- Removedgoogle-gax@1.15.4(transitive)
- Removedgoogle-p12-pem@2.0.5(transitive)
- Removedgtoken@4.1.4(transitive)
- Removedisarray@1.0.0(transitive)
- Removedjson-bigint@0.3.1(transitive)
- Removedlodash.at@4.6.0(transitive)
- Removedlodash.has@4.5.2(transitive)
- Removedlru-cache@5.1.1(transitive)
- Removedmime@2.6.0(transitive)
- Removednode-forge@0.10.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedprotobufjs@6.11.4(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedsemver@6.3.1(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedwalkdir@0.4.1(transitive)
- Removedyallist@3.1.1(transitive)
Updatedgoogle-gax@^2.1.0