@types/opossum
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -212,3 +212,3 @@ // Type definitions for opossum 4.1 | ||
*/ | ||
errorFilter?: () => boolean; | ||
errorFilter?: (err: any) => boolean; | ||
@@ -215,0 +215,0 @@ /** |
{ | ||
"name": "@types/opossum", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "TypeScript definitions for opossum", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -45,4 +45,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "dd5b146413989dee6d4fc4cc3c7ac5e267546c82a353bf62d48ee4ec5cfbb469", | ||
"typesPublisherContentHash": "eda9a255b32d6f353f8eb05144274e73ada88455c8ccb08c8e830d32030cb9f6", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opossum | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opossum. | ||
Additional Details | ||
* Last updated: Wed, 30 Oct 2019 17:26:26 GMT | ||
* Dependencies: @types/node | ||
### Additional Details | ||
* Last updated: Sat, 01 Aug 2020 17:56:31 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Quinn Langille <https://github.com/quinnlangille>, Willy Zhang <https://github.com/merufm>, Lance Ball <https://github.com/lance>, Matt R. Wilson <https://github.com/mastermatt>, and Tom Jenkinson <https://github.com/tjenkinson>. | ||
These definitions were written by [Quinn Langille](https://github.com/quinnlangille), [Willy Zhang](https://github.com/merufm), [Lance Ball](https://github.com/lance), [Matt R. Wilson](https://github.com/mastermatt), and [Tom Jenkinson](https://github.com/tjenkinson). |
Sorry, the diff of this file is not supported yet
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
12923
150895