@types/opossum
Advanced tools
Comparing version 1.9.2 to 1.10.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for opossum 1.9 | ||
// Type definitions for opossum 1.10 | ||
// Project: https://github.com/nodeshift/opossum | ||
@@ -26,2 +26,3 @@ // Definitions by: Quinn Langille <https://github.com/quinnlangille> | ||
readonly halfOpen: boolean; | ||
readonly isShutdown: boolean; | ||
readonly status: Status; | ||
@@ -44,2 +45,3 @@ readonly stats: Stats; | ||
): void; | ||
shutdown(): void; | ||
} | ||
@@ -46,0 +48,0 @@ |
{ | ||
"name": "@types/opossum", | ||
"version": "1.9.2", | ||
"version": "1.10.0", | ||
"description": "TypeScript definitions for opossum", | ||
@@ -38,4 +38,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "cfa5bd4aab772941db52a8aaf1116fa7fe6ec932230ccb088b9adb2b31aa4ec2", | ||
"typesPublisherContentHash": "487b4583e6f40f177cd951bcd4df567f05d73bdb184773a08cf4287ce7f35eeb", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for opossum (https://github.com/nodeshift/opossum). | ||
This package contains type definitions for opossum ( https://github.com/nodeshift/opossum ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 02 Jan 2019 20:27:44 GMT | ||
* Last updated: Tue, 29 Jan 2019 00:32:10 GMT | ||
* Dependencies: @types/node | ||
@@ -15,0 +15,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
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
9164
174