@types/assert
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -20,4 +20,6 @@ // Type definitions for commonjs-assert 1.4 | ||
function notDeepEqual(acutal: any, expected: any, message?: string): void; | ||
function notDeepEqual(actual: any, expected: any, message?: string): void; | ||
function deepStrictEqual(actual: any, expected: any, message?: string): void; | ||
function strictEqual(actual: any, expected: any, message?: string): void; | ||
@@ -24,0 +26,0 @@ |
{ | ||
"name": "@types/assert", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "TypeScript definitions for commonjs-assert", | ||
@@ -22,8 +22,9 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/assert" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d5838e70fbe18428e193caa0ae20277ee2f129b942c3497d121b28f42e2b7238", | ||
"typesPublisherContentHash": "d983916ba5bd8c25d68337e70af7f3cae4aac478101beecdead28b93a0a13549", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for commonjs-assert ( https://github.com/browserify/commonjs-assert ). | ||
This package contains type definitions for commonjs-assert (https://github.com/browserify/commonjs-assert). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 16:16:45 GMT | ||
* Last updated: Thu, 25 Jul 2019 18:51:47 GMT | ||
* Dependencies: none | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Nico Gallinal <https://github.com/nicoabie>, Linus Unnebäck <https://github.com/LinusU>. | ||
These definitions were written by Nico Gallinal <https://github.com/nicoabie>, and Linus Unnebäck <https://github.com/LinusU>. |
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
4485
32