@types/assert
Advanced tools
Comparing version 1.5.9 to 1.5.10
@@ -21,3 +21,3 @@ /** An alias of `assert.ok()`. */ | ||
/** If provided, the generated stack trace omits frames before this function. */ | ||
// tslint:disable-next-line:ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
stackStartFn?: Function | undefined; | ||
@@ -36,3 +36,3 @@ }); | ||
operator?: string, | ||
// tslint:disable-next-line:ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
stackStartFn?: Function, | ||
@@ -39,0 +39,0 @@ ): never; |
{ | ||
"name": "@types/assert", | ||
"version": "1.5.9", | ||
"version": "1.5.10", | ||
"description": "TypeScript definitions for assert", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/assert", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "9600b5ef671be031c19f887452f0afaaca25f1aa89aa8e251d0a622197507c7d", | ||
"typesPublisherContentHash": "dc036814f55a3d863d181b8cfecb5e464168c79be738b9a4285af08777951e1f", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:04 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
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
7457