@types/assert
Advanced tools
Comparing version 1.4.5 to 1.4.6
@@ -5,2 +5,3 @@ // Type definitions for commonjs-assert 1.4 | ||
// Linus Unnebäck <https://github.com/LinusU> | ||
// ExE Boss <https://github.com/ExE-Boss> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -33,3 +34,7 @@ | ||
function doesNotThrow(block: () => void, message?: string): void; | ||
function doesNotThrow(block: () => void, error: (() => void) | ((err: any) => boolean) | RegExp, message?: string): void; | ||
function doesNotThrow( | ||
block: () => void, | ||
error: (() => void) | ((err: any) => boolean) | RegExp, | ||
message?: string, | ||
): void; | ||
@@ -46,3 +51,9 @@ function ifError(value: any): void; | ||
constructor(options?: { message?: string; actual?: any; expected?: any; operator?: string; stackStartFunction?: () => void }); | ||
constructor(options?: { | ||
message?: string; | ||
actual?: any; | ||
expected?: any; | ||
operator?: string; | ||
stackStartFunction?: () => void; | ||
}); | ||
} | ||
@@ -49,0 +60,0 @@ } |
{ | ||
"name": "@types/assert", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "TypeScript definitions for commonjs-assert", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "LinusU" | ||
}, | ||
{ | ||
"name": "ExE Boss", | ||
"url": "https://github.com/ExE-Boss", | ||
"githubUsername": "ExE-Boss" | ||
} | ||
@@ -21,2 +26,9 @@ ], | ||
"types": "index.d.ts", | ||
"typesVersions": { | ||
">=3.7.0-0": { | ||
"*": [ | ||
"ts3.7/*" | ||
] | ||
} | ||
}, | ||
"repository": { | ||
@@ -29,4 +41,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d983916ba5bd8c25d68337e70af7f3cae4aac478101beecdead28b93a0a13549", | ||
"typesPublisherContentHash": "f09214a9129e9bc702560ebf3e2e0ff54824902cf93ab4ddfccc4931c0f16df9", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 28 Jan 2020 19:12:46 GMT | ||
* Last updated: Tue, 04 Feb 2020 00:09:55 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Nico Gallinal (https://github.com/nicoabie), and Linus Unnebäck (https://github.com/LinusU). | ||
These definitions were written by Nico Gallinal (https://github.com/nicoabie), Linus Unnebäck (https://github.com/LinusU), and ExE Boss (https://github.com/ExE-Boss). |
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
7001
5
85