assert-deep-strict-equal
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,4 +0,4 @@ | ||
//! assert-deep-strict-equal v1.0.1 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License | ||
//! assert-deep-strict-equal v1.0.2 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License | ||
declare const assertDeepStrictEqual: (actual: unknown, expected: unknown, done?: ((e?: unknown) => void) | undefined) => void; | ||
export { assertDeepStrictEqual }; |
@@ -1,2 +0,2 @@ | ||
//! assert-deep-strict-equal v1.0.1 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License | ||
//! assert-deep-strict-equal v1.0.2 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License | ||
@@ -3,0 +3,0 @@ import { deepStrictEqual } from 'assert'; |
{ | ||
"name": "assert-deep-strict-equal", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Asynchronous assert fails in Mocha you can see and don't timeout (written in TypeScript)", | ||
@@ -77,8 +77,8 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "~17.0", | ||
"@typescript-eslint/eslint-plugin": "~5.21", | ||
"@typescript-eslint/parser": "~5.21", | ||
"add-dist-header": "~0.1", | ||
"cpy-cli": "~4.1", | ||
"eslint": "~8.14", | ||
"@types/node": "~18.7", | ||
"@typescript-eslint/eslint-plugin": "~5.37", | ||
"@typescript-eslint/parser": "~5.37", | ||
"add-dist-header": "~0.2", | ||
"cpy-cli": "~4.2", | ||
"eslint": "~8.23", | ||
"fetch-json": "~2.6", | ||
@@ -89,6 +89,6 @@ "jshint": "~2.13", | ||
"node-fetch": "~3.2", | ||
"npm-run-all2": "~5.0", | ||
"npm-run-all2": "~6.0", | ||
"rimraf": "~3.0", | ||
"typescript": "~4.6" | ||
"typescript": "~4.8" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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