Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

v8-profiler-next

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v8-profiler-next - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dispatch.js

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

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