Socket
Socket
Sign inDemoInstall

@google-cloud/profiler

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/profiler - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

23

CHANGELOG.md

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

## v2.0.2
06-26-2019 08:59 PDT
### Dependencies
- chore(deps): update dependency typescript to ~3.5.0 ([#498](https://github.com/googleapis/cloud-profiler-nodejs/pull/498))
- chore(deps): update dependency js-green-licenses to v1 ([#503](https://github.com/googleapis/cloud-profiler-nodejs/pull/503))
- chore(deps): update sinon and @types/sinon ([#504](https://github.com/googleapis/cloud-profiler-nodejs/pull/504))
- fix(deps): update dependency pprof to v1 ([#487](https://github.com/googleapis/cloud-profiler-nodejs/pull/487))
### Documentation
- fix(docs): make anchors work in jsdoc ([#513](https://github.com/googleapis/cloud-profiler-nodejs/pull/513))
- docs: add repo-metadata for docs ([#511](https://github.com/googleapis/cloud-profiler-nodejs/pull/511))
### Internal / Testing Changes
- build: switch to GitHub magic proxy ([#510](https://github.com/googleapis/cloud-profiler-nodejs/pull/510))
- build: set correct src path for template ([#508](https://github.com/googleapis/cloud-profiler-nodejs/pull/508))
- build: use standard kokoro configuration ([#502](https://github.com/googleapis/cloud-profiler-nodejs/pull/502))
- chore: run gts fix ([#506](https://github.com/googleapis/cloud-profiler-nodejs/pull/506))
- build: share some code for E2E tests ([#505](https://github.com/googleapis/cloud-profiler-nodejs/pull/505))
- build: don't run test scripts in verbose mode ([#501](https://github.com/googleapis/cloud-profiler-nodejs/pull/501))
- build: ignore proto files in test coverage ([#497](https://github.com/googleapis/cloud-profiler-nodejs/pull/497))
## v2.0.1

@@ -9,0 +32,0 @@

2

out/src/profiler.js

@@ -27,5 +27,5 @@ "use strict";

const common_1 = require("@google-cloud/common");
const util_1 = require("util");
const pprof_1 = require("pprof");
const msToStr = require("pretty-ms");
const util_1 = require("util");
const zlib = require("zlib");

@@ -32,0 +32,0 @@ const profile_1 = require("../../proto/profile");

{
"name": "@google-cloud/profiler",
"version": "2.0.1",
"version": "2.0.2",
"description": "Adds support for Stackdriver Profiler to Node.js applications",

@@ -18,3 +18,3 @@ "repository": "googleapis/cloud-profiler-nodejs",

"lint": "gts check",
"docs": "echo 'no docs yet'",
"docs": "jsdoc -c .jsdoc.js",
"prepare": "npm run compile",

@@ -26,3 +26,3 @@ "pretest": "npm run compile",

"license-check": "jsgl --local .",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"docs-test": "linkinator docs -r --skip 'circleci.com/gh/googleapis/cloud-profiler-nodejs'",
"predocs-test": "npm run docs"

@@ -43,3 +43,3 @@ },

"parse-duration": "^0.1.1",
"pprof": "^0.2.0",
"pprof": "^1.0.0",
"pretty-ms": "^5.0.0",

@@ -57,3 +57,3 @@ "protobufjs": "~6.8.6",

"@types/pretty-ms": "^4.0.0",
"@types/sinon": "^7.0.3",
"@types/sinon": "^7.0.12",
"@types/tmp": "0.1.0",

@@ -63,3 +63,5 @@ "codecov": "^3.0.0",

"intelli-espower-loader": "^1.0.1",
"js-green-licenses": "^0.5.0",
"js-green-licenses": "^1.0.0",
"jsdoc": "^3.6.2",
"jsdoc-baseline": "^0.1.1",
"linkinator": "^1.1.2",

@@ -69,6 +71,6 @@ "mocha": "^6.1.4",

"nyc": "^14.1.0",
"sinon": "^7.0.0",
"sinon": "^7.3.2",
"source-map-support": "^0.5.6",
"tmp": "0.1.0",
"typescript": "~3.4.0"
"typescript": "~3.5.0"
},

@@ -75,0 +77,0 @@ "files": [

@@ -83,3 +83,3 @@ # Google Cloud Profiler

See [the default configuration](ts/src/config.ts) for a list of possible
See [the default configuration](https://github.com/googleapis/cloud-profiler-nodejs/blob/master/ts/src/config.ts) for a list of possible
configuration options. These options can be passed to the agent through the

@@ -266,10 +266,10 @@ object argument to the start command shown below:

[app-default-credentials]: https://developers.google.com/identity/protocols/application-default-credentials
[circle-image]: https://circleci.com/gh/GoogleCloudPlatform/cloud-profiler-nodejs.svg?style=svg
[circle-url]: https://circleci.com/gh/GoogleCloudPlatform/cloud-profiler-nodejs
[circle-image]: https://circleci.com/gh/googleapis/cloud-profiler-nodejs.svg?style=svg
[circle-url]: https://circleci.com/gh/googleapis/cloud-profiler-nodejs
[cloud-console]: https://console.cloud.google.com
[coveralls-image]: https://coveralls.io/repos/GoogleCloudPlatform/cloud-profiler-nodejs/badge.svg?branch=master&service=github
[david-image]: https://david-dm.org/GoogleCloudPlatform/cloud-profiler-nodejs.svg
[david-url]: https://david-dm.org/GoogleCloudPlatform/cloud-profiler-nodejs
[david-dev-image]: https://david-dm.org/GoogleCloudPlatform/cloud-profiler-nodejs/dev-status.svg
[david-dev-url]: https://david-dm.org/GoogleCloudPlatform/cloud-profiler-nodejs#info=devDependencies
[coveralls-image]: https://coveralls.io/repos/googleapis/cloud-profiler-nodejs/badge.svg?branch=master&service=github
[david-image]: https://david-dm.org/googleapis/cloud-profiler-nodejs.svg
[david-url]: https://david-dm.org/googleapis/cloud-profiler-nodejs
[david-dev-image]: https://david-dm.org/googleapis/cloud-profiler-nodejs/dev-status.svg
[david-dev-url]: https://david-dm.org/googleapis/cloud-profiler-nodejs#info=devDependencies
[gcloud-sdk]: https://cloud.google.com/sdk/gcloud/

@@ -279,3 +279,3 @@ [npm-image]: https://badge.fury.io/js/%40google-cloud%2Fprofiler.svg

[service-account]: https://console.developers.google.com/apis/credentials/serviceaccountkey
[snyk-image]: https://snyk.io/test/github/GoogleCloudPlatform/cloud-profiler-nodejs/badge.svg
[snyk-url]: https://snyk.io/test/github/GoogleCloudPlatform/cloud-profiler-nodejs
[snyk-image]: https://snyk.io/test/github/googleapis/cloud-profiler-nodejs/badge.svg
[snyk-url]: https://snyk.io/test/github/googleapis/cloud-profiler-nodejs

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 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