@types/assert
Advanced tools
Comparing version 1.5.4 to 1.5.5
@@ -20,3 +20,3 @@ // Type definitions for commonjs-assert 1.5 | ||
/** If provided, the error message is set to this value. */ | ||
message?: string; | ||
message?: string | undefined; | ||
/** The `actual` property on the error instance. */ | ||
@@ -27,6 +27,6 @@ actual?: any; | ||
/** The `operator` property on the error instance. */ | ||
operator?: string; | ||
operator?: string | undefined; | ||
/** If provided, the generated stack trace omits frames before this function. */ | ||
// tslint:disable-next-line:ban-types | ||
stackStartFn?: Function; | ||
stackStartFn?: Function | undefined; | ||
}); | ||
@@ -33,0 +33,0 @@ } |
{ | ||
"name": "@types/assert", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"description": "TypeScript definitions for commonjs-assert", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/assert", | ||
"license": "MIT", | ||
@@ -39,4 +40,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4b72c680b4688616b8e5b11c1132172d2c20bbdbcea81f0a445a5aaba5d9d849", | ||
"typeScriptVersion": "3.4" | ||
"typesPublisherContentHash": "205a9df31343c60cecea9d90eb59f7656ce99e29f8cdecc6d4628520008831d4", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 19 Jan 2021 23:09:26 GMT | ||
* Last updated: Tue, 06 Jul 2021 18:05:35 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
11445
0