Socket
Socket
Sign inDemoInstall

assert-deep-strict-equal

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

dist/assert-deep-strict-equal.d.ts

@@ -1,4 +0,4 @@

//! assert-deep-strict-equal v1.0.4 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License
//! assert-deep-strict-equal v1.0.5 ~~ 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.4 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License
//! assert-deep-strict-equal v1.0.5 ~~ 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.4",
"description": "Asynchronous assert fails in Mocha you can see and don't timeout (written in TypeScript)",
"version": "1.0.5",
"description": "Asynchronous assert fails in Mocha you can see and don't timeout",
"license": "MIT",

@@ -80,9 +80,9 @@ "type": "module",

"devDependencies": {
"@types/node": "~18.11",
"@typescript-eslint/eslint-plugin": "~5.49",
"@typescript-eslint/parser": "~5.49",
"add-dist-header": "~0.3",
"@types/node": "~18.13",
"@typescript-eslint/eslint-plugin": "~5.52",
"@typescript-eslint/parser": "~5.52",
"add-dist-header": "~1.0",
"copy-file-util": "~0.1",
"copy-folder-util": "~0.2",
"eslint": "~8.32",
"eslint": "~8.34",
"fetch-json": "~3.0",

@@ -92,3 +92,3 @@ "jshint": "~2.13",

"mocha": "~10.2",
"rimraf": "~4.1",
"rimraf": "3",
"run-scripts-util": "~0.1",

@@ -95,0 +95,0 @@ "typescript": "~4.9"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc