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.4.2 to 1.4.3

4

index.d.ts

@@ -30,4 +30,4 @@ import { Stream } from "stream";

export function setSamplingInterval(num: number): void;
export function takeSnapshot(control: Function): Snapshot;
export function takeSnapshot(name: string, control: Function): Snapshot;
export function takeSnapshot(control?: Function): Snapshot;
export function takeSnapshot(name?: string, control?: Function): Snapshot;
export function getHeapStats(

@@ -34,0 +34,0 @@ iterator: Function | undefined,

{
"name": "v8-profiler-next",
"version": "1.4.2",
"version": "1.4.3",
"description": "node bindings for the v8 profiler",

@@ -5,0 +5,0 @@ "main": "dispatch.js",

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