@google-cloud/profiler
Advanced tools
Comparing version 4.0.0 to 4.0.2
@@ -16,2 +16,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.defaultConfig = void 0; | ||
const parseDuration = require("parse-duration"); | ||
@@ -18,0 +19,0 @@ // Default values for configuration for a profiler. |
@@ -16,2 +16,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.startLocal = exports.start = exports.createProfiler = exports.nodeVersionOkay = void 0; | ||
const delay_1 = require("delay"); | ||
@@ -18,0 +19,0 @@ const extend = require("extend"); |
@@ -16,2 +16,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createLogger = void 0; | ||
const consoleLogLevel = require("console-log-level"); | ||
@@ -18,0 +19,0 @@ const config_1 = require("./config"); |
@@ -16,2 +16,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Profiler = exports.Retryer = exports.parseBackoffDuration = void 0; | ||
const common_1 = require("@google-cloud/common"); | ||
@@ -18,0 +19,0 @@ const pprof_1 = require("pprof"); |
@@ -7,2 +7,20 @@ # Changelog | ||
### [4.0.2](https://www.github.com/googleapis/cloud-profiler-nodejs/compare/v4.0.1...v4.0.2) (2020-07-14) | ||
### Bug Fixes | ||
* **deps:** update dependency protobufjs to ~6.10.0 ([#665](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/665)) ([dc4ed5c](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/dc4ed5c57e675b0a87e193b0ba012d5d22b85951)) | ||
### [4.0.1](https://www.github.com/googleapis/cloud-profiler-nodejs/compare/v4.0.0...v4.0.1) (2020-07-09) | ||
### Bug Fixes | ||
* **deps:** update dependency pretty-ms to v7 ([#642](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/642)) ([f69c7a7](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/f69c7a73b17c150c2b523412e430b5d1ac03e12a)) | ||
* **deps:** update dependency protobufjs to ~6.9.0 ([#634](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/634)) ([a90149c](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/a90149c4f91630d75bb41fab145713637736d21c)) | ||
* malformed tsconfig causing broken tests [#640](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/640) ([#647](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/647)) ([09c19c8](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/09c19c88a0ca137b7970c386730b145b66b77ec3)) | ||
* **deps:** update dependency teeny-request to v7 ([#652](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/652)) ([b46eb4f](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/b46eb4f2552871f405579100e4e916dbde5c60d8)) | ||
* typeo in nodejs .gitattribute ([#661](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/661)) ([92f46ac](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/92f46ac22a510c7bab05549b83779dd4f60096b7)) | ||
## [4.0.0](https://www.github.com/googleapis/cloud-profiler-nodejs/compare/v3.0.1...v4.0.0) (2020-04-17) | ||
@@ -9,0 +27,0 @@ |
{ | ||
"name": "@google-cloud/profiler", | ||
"version": "4.0.0", | ||
"version": "4.0.2", | ||
"description": "Adds support for Stackdriver Profiler to Node.js applications", | ||
@@ -23,3 +23,4 @@ "repository": "googleapis/cloud-profiler-nodejs", | ||
"docs-test": "linkinator docs", | ||
"predocs-test": "npm run docs" | ||
"predocs-test": "npm run docs", | ||
"precompile": "gts clean" | ||
}, | ||
@@ -40,6 +41,6 @@ "author": { | ||
"pprof": "2.0.0", | ||
"pretty-ms": "^6.0.0", | ||
"protobufjs": "~6.8.6", | ||
"pretty-ms": "^7.0.0", | ||
"protobufjs": "~6.10.0", | ||
"semver": "^7.0.0", | ||
"teeny-request": "^6.0.3" | ||
"teeny-request": "^7.0.0" | ||
}, | ||
@@ -49,3 +50,3 @@ "devDependencies": { | ||
"@types/long": "^4.0.0", | ||
"@types/mocha": "^7.0.0", | ||
"@types/mocha": "^8.0.0", | ||
"@types/nock": "^10.0.0", | ||
@@ -56,7 +57,7 @@ "@types/node": "^10.0.3", | ||
"@types/sinon": "^9.0.0", | ||
"@types/tmp": "0.1.0", | ||
"@types/tmp": "0.2.0", | ||
"c8": "^7.0.0", | ||
"codecov": "^3.0.0", | ||
"gts": "^2.0.0", | ||
"js-green-licenses": "^1.0.0", | ||
"js-green-licenses": "^2.0.0", | ||
"jsdoc": "^3.6.2", | ||
@@ -66,7 +67,7 @@ "jsdoc-fresh": "^1.0.1", | ||
"linkinator": "^2.0.0", | ||
"mocha": "^7.0.0", | ||
"nock": "^12.0.0", | ||
"mocha": "^8.0.0", | ||
"nock": "^13.0.0", | ||
"sinon": "^9.0.0", | ||
"source-map": "^0.7.0", | ||
"tmp": "0.1.0", | ||
"tmp": "0.2.1", | ||
"typescript": "^3.8.3" | ||
@@ -73,0 +74,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
1000156
17465
1
+ Added@types/node@13.13.52(transitive)
+ Addedpretty-ms@7.0.1(transitive)
+ Addedprotobufjs@6.10.3(transitive)
- Removed@tootallnate/once@1.1.2(transitive)
- Removedhttp-proxy-agent@4.0.1(transitive)
- Removedpretty-ms@6.0.1(transitive)
- Removedteeny-request@6.0.3(transitive)
- Removeduuid@7.0.3(transitive)
Updatedpretty-ms@^7.0.0
Updatedprotobufjs@~6.10.0
Updatedteeny-request@^7.0.0