assert-deep-strict-equal
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -1,4 +0,4 @@ | ||
//! assert-deep-strict-equal v1.0.5 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License | ||
//! assert-deep-strict-equal v1.0.6 ~~ 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.5 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License | ||
//! assert-deep-strict-equal v1.0.6 ~~ 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.5", | ||
"version": "1.0.6", | ||
"description": "Asynchronous assert fails in Mocha you can see and don't timeout", | ||
@@ -65,3 +65,3 @@ "license": "MIT", | ||
"build": [ | ||
"rimraf build dist **/.DS_Store", | ||
"rimraf build dist", | ||
"jshint . --exclude-path .gitignore", | ||
@@ -81,17 +81,17 @@ "eslint --max-warnings 0 . --ext .ts", | ||
"devDependencies": { | ||
"@types/node": "~18.13", | ||
"@typescript-eslint/eslint-plugin": "~5.52", | ||
"@typescript-eslint/parser": "~5.52", | ||
"@types/node": "~18.15", | ||
"@typescript-eslint/eslint-plugin": "~5.56", | ||
"@typescript-eslint/parser": "~5.56", | ||
"add-dist-header": "~1.0", | ||
"copy-file-util": "~0.1", | ||
"copy-folder-util": "~0.2", | ||
"eslint": "~8.34", | ||
"fetch-json": "~3.0", | ||
"copy-file-util": "~1.0", | ||
"copy-folder-util": "~1.0", | ||
"eslint": "~8.36", | ||
"fetch-json": "~3.1", | ||
"jshint": "~2.13", | ||
"merge-stream": "~2.0", | ||
"mocha": "~10.2", | ||
"rimraf": "3", | ||
"run-scripts-util": "~0.1", | ||
"typescript": "~4.9" | ||
"rimraf": "~4.4", | ||
"run-scripts-util": "~1.0", | ||
"typescript": "~5.0" | ||
} | ||
} |
# assert-deep-strict-equal | ||
<img src=https://centerkey.com/graphics/center-key-logo.svg align=right width=200 alt=logo> | ||
_Asynchronous assert fails in Mocha you can see and don't timeout (written in TypeScript)_ | ||
_Asynchronous assert fails in Mocha you can see and don't timeout_ | ||
@@ -6,0 +6,0 @@ [![License:MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/center-key/assert-deep-strict-equal/blob/main/LICENSE.txt) |
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
8366