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

@types/heapdump

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/heapdump - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

heapdump/index.d.ts

@@ -5,3 +5,5 @@ // Type definitions for heapdump 0.3

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
export function writeSnapshot(dumpFileName: string, callback: (err?: Error) => void): void;
export function writeSnapshot(dumpFileName?: string, callback?: (err: Error | null, filename: string | undefined) => void): void;
export function writeSnapshot(callback: (err: Error | null, filename: string | undefined) => void): void;
{
"name": "@types/heapdump",
"version": "0.3.0",
"version": "0.3.1",
"description": "TypeScript definitions for heapdump",

@@ -20,4 +20,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "1fe5fc981c8ed215b88aa10ee427a4136cf4cc8bbed1d6dcab1779617e4b6974",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "4ef0402b4b3a4d3bc20466635f281c26d3aaa362af75a8f316bb096b674480a8",
"typeScriptVersion": "2.1"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 19 Oct 2017 15:41:34 GMT
* Last updated: Tue, 17 Apr 2018 01:01:05 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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