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.6.0 to 1.6.1

5

package.json
{
"name": "v8-profiler-next",
"version": "1.6.0",
"version": "1.6.1",
"description": "node bindings for the v8 profiler",

@@ -12,3 +12,4 @@ "main": "dispatch.js",

"build": "node-gyp rebuild",
"format": "clang-format -i --glob=\"src/**/*[.h|.cc]\""
"format": "clang-format -i --glob=\"src/**/*[.h|.cc]\"",
"stability": "node scripts/stability.js"
},

@@ -15,0 +16,0 @@ "repository": {

6

README.md

@@ -59,3 +59,3 @@ # v8-profiler-next

const path = require('path');
const v8Profiler = require('./');
const v8Profiler = require('v8-profiler-next');
const workerThreads = require('worker_threads');

@@ -117,3 +117,3 @@

const path = require('path');
const v8Profiler = require('./');
const v8Profiler = require('v8-profiler-next');
const workerThreads = require('worker_threads');

@@ -177,3 +177,3 @@

const path = require('path');
const v8Profiler = require('./');
const v8Profiler = require('v8-profiler-next');
const workerThreads = require('worker_threads');

@@ -180,0 +180,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

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

Sorry, the diff of this file is not supported yet

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