@google-cloud/profiler
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@google-cloud/profiler", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Adds support for Stackdriver Profiler to Node.js applications", | ||
@@ -35,3 +35,3 @@ "repository": "googleapis/cloud-profiler-nodejs", | ||
"@types/console-log-level": "^1.4.0", | ||
"@types/semver": "^5.5.0", | ||
"@types/semver": "^6.0.0", | ||
"bindings": "^1.2.1", | ||
@@ -67,3 +67,3 @@ "console-log-level": "^1.4.0", | ||
"@types/sinon": "^7.0.3", | ||
"@types/tmp": "0.0.34", | ||
"@types/tmp": "0.1.0", | ||
"codecov": "^3.0.0", | ||
@@ -80,3 +80,3 @@ "deep-copy": "^1.4.2", | ||
"tmp": "0.1.0", | ||
"typescript": "~3.3.0", | ||
"typescript": "~3.4.0", | ||
"linkinator": "^1.1.2" | ||
@@ -83,0 +83,0 @@ }, |
@@ -9,6 +9,5 @@ # Google Cloud Profiler | ||
> **Alpha**. *This is an Alpha release of Stackdriver Profiler Node.js | ||
profiling agent. This feature might be changed in backward-incompatible ways | ||
and is not recommended for production use. It is not subject to any SLA or | ||
deprecation policy.* | ||
> **Beta**. *This is a Beta release of the Stackdriver Profiler agent for | ||
Node.js. These libraries might be changed in backward-incompatible ways and are | ||
not subject to any SLA or deprecation policy.* | ||
@@ -33,5 +32,19 @@ | ||
1. `@google-cloud/profiler` depends on the | ||
[`pprof`](https://www.npmjs.com/package/pprof) module, a module with a native | ||
component that is used to collect profiles with v8's CPU and Heap profilers. | ||
You may need to install additional dependencies to build the `pprof` module. | ||
* For Linux: `pprof` has prebuilt binaries available for Linux and Alpine | ||
Linux for Node 6, 8, 10, and 11. No additional dependencies are required. | ||
* For other environments: when using `@google-cloud/profiler` on environments | ||
that `pprof` does not have prebuilt binaries for, the module | ||
[`node-gyp`](https://www.npmjs.com/package/node-gyp) will be used to | ||
build binaries. See `node-gyp`'s | ||
[documentation](https://github.com/nodejs/node-gyp#installation) | ||
for information on dependencies required to build binaries with `node-gyp`. | ||
1. You will need a project in the [Google Developers Console][cloud-console]. | ||
Your application can run anywhere, but the profiler data is associated with a | ||
particular project. | ||
1. You will need to enable the Stackdriver Profiler API for your project. | ||
@@ -173,9 +186,2 @@ | ||
You may also need to download `build-essential`. An example of this would be: | ||
```sh | ||
apt-get update | ||
apt-get install build-essential | ||
``` | ||
### Running on Google Container Engine | ||
@@ -196,4 +202,2 @@ | ||
You may also need to add `build-essential` to your environment. | ||
## Running elsewhere | ||
@@ -200,0 +204,0 @@ |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1211707
282
1
+ Added@types/semver@6.2.7(transitive)
- Removed@types/semver@5.5.0(transitive)
Updated@types/semver@^6.0.0