@types/heapdump
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2788
7