@types/assert
Advanced tools
Comparing version 1.4.7 to 1.5.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for commonjs-assert 1.4 | ||
// Type definitions for commonjs-assert 1.5 | ||
// Project: https://github.com/browserify/commonjs-assert, https://github.com/defunctzombie/commonjs-assert | ||
@@ -25,2 +25,4 @@ // Definitions by: Nico Gallinal <https://github.com/nicoabie> | ||
function notDeepStrictEqual(actual: any, expected: any, message?: string): void; | ||
function strictEqual(actual: any, expected: any, message?: string): void; | ||
@@ -58,4 +60,6 @@ | ||
} | ||
const strict: typeof assert; | ||
} | ||
export = assert; |
{ | ||
"name": "@types/assert", | ||
"version": "1.4.7", | ||
"version": "1.5.0", | ||
"description": "TypeScript definitions for commonjs-assert", | ||
@@ -39,4 +39,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "8fce7b1fcab660059a17a68fe8174afdc79e6209ec310548afec88c828ae3c56", | ||
"typesPublisherContentHash": "b0e0e297ea4bcc9d6386fcf1c5a76777615fe180a6d0e59289ab5197e39e1e21", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 04:08:46 GMT | ||
* Last updated: Sun, 21 Jun 2020 17:01:12 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -56,4 +56,6 @@ declare function assert(value: any, message?: string): asserts value; | ||
} | ||
const strict: typeof assert; | ||
} | ||
export = assert; |
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
7116
88