v8-profiler-next
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -290,3 +290,3 @@ 'use strict'; | ||
if (process.versions.modules < 48) | ||
throw new Error('Sampling heap profiler needs node version >= node-v6.0.0 !'); | ||
throw new Error('Sampling heap profiler needs node version >= node-v6.0.0!'); | ||
let profile = binding.samplingHeap.stopSamplingHeapProfiling(); | ||
@@ -293,0 +293,0 @@ profile.__proto__ = SamplingHeapProfile.prototype; |
{ | ||
"name": "v8-profiler-next", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "node bindings for the v8 profiler", | ||
"main": "dispatch.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha test/*.test.js --timeout 5000" | ||
}, | ||
@@ -32,3 +32,7 @@ "repository": { | ||
"nan": "^2.14.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"mocha": "^5.2.0" | ||
} | ||
} |
# v8-profiler-next | ||
[![npm version](https://badge.fury.io/js/v8-profiler-next.svg)](https://badge.fury.io/js/v8-profiler-next) | ||
[![npm version](https://img.shields.io/npm/v/v8-profiler-next/latest.svg)](https://www.npmjs.com/package/v8-profiler-next) | ||
[![Package Quality](http://npm.packagequality.com/shield/v8-profiler-next.svg)](http://packagequality.com/#?package=v8-profiler-next) | ||
[![npm](https://img.shields.io/npm/dt/v8-profiler-next.svg)](https://www.npmjs.com/package/v8-profiler-next) | ||
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) | ||
[![linux build status](https://travis-ci.org/hyj1991/v8-profiler-next.svg?branch=master)](https://travis-ci.org/hyj1991/v8-profiler-next) | ||
[![windows build status](https://ci.appveyor.com/api/projects/status/vp54r2t137iirntf?svg=true)](https://ci.appveyor.com/project/hyj1991/v8-profiler-next) | ||
[![downloads info](https://img.shields.io/npm/dm/v8-profiler-next.svg)](https://www.npmjs.com/package/v8-profiler-next) | ||
[![license](https://img.shields.io/npm/l/v8-profiler-next.svg)](LICENSE) | ||
## Description | ||
v8-profiler-next provides [node](http://github.com/nodejs/node) bindings for the v8 profiler. | ||
## I. Quick Start | ||
Support Node v4.x ~ v12.x | ||
* **Compatibility** | ||
* **node version:** v4.x ~ v12.x | ||
* **platform:** mac, linux, windows | ||
@@ -12,0 +20,0 @@ ### take cpu profile |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
49883
0
83
2