New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 0.3.2

5

heapdump/index.d.ts

@@ -7,3 +7,6 @@ // Type definitions for heapdump 0.3

export function writeSnapshot(dumpFileName?: string, callback?: (err: Error | null, filename: string | undefined) => 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;

11

heapdump/package.json
{
"name": "@types/heapdump",
"version": "0.3.1",
"version": "0.3.2",
"description": "TypeScript definitions for heapdump",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/heapdump",
"license": "MIT",

@@ -14,10 +15,12 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/heapdump"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "4ef0402b4b3a4d3bc20466635f281c26d3aaa362af75a8f316bb096b674480a8",
"typeScriptVersion": "2.1"
"typesPublisherContentHash": "c2078b5a2447719b733bbed5e736cdf353e26f67c0389ed192b8f3536928aa99",
"typeScriptVersion": "4.5"
}

@@ -8,6 +8,21 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/heapdump
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/heapdump.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/heapdump/index.d.ts)
````ts
// Type definitions for heapdump 0.3
// Project: https://github.com/bnoordhuis/node-heapdump
// Definitions by: weekens <https://github.com/weekens>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
Additional Details
* Last updated: Tue, 17 Apr 2018 01:01:05 GMT
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;
````
### Additional Details
* Last updated: Sat, 16 Sep 2023 08:06:32 GMT
* Dependencies: none

@@ -17,2 +32,2 @@ * Global values: none

# Credits
These definitions were written by weekens <https://github.com/weekens>.
These definitions were written by [weekens](https://github.com/weekens).

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