Socket
Socket
Sign inDemoInstall

assert-deep-strict-equal

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assert-deep-strict-equal - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

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

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

//! assert-deep-strict-equal v1.2.0 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License
//! assert-deep-strict-equal v1.2.1 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License
declare const assertDeepStrictEqual: (actual: unknown, expected: unknown, done?: ((e?: unknown) => void) | undefined) => void;
declare const assertDeepStrictEqual: (actual: unknown, expected: unknown, done?: (e?: unknown) => void) => void;
export { assertDeepStrictEqual };

@@ -1,2 +0,2 @@

//! assert-deep-strict-equal v1.2.0 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License
//! assert-deep-strict-equal v1.2.1 ~~ 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.2.0",
"version": "1.2.1",
"description": "Asynchronous assert fails in Mocha you can see and don't timeout",

@@ -76,17 +76,17 @@ "license": "MIT",

"devDependencies": {
"@types/node": "~20.11",
"@typescript-eslint/eslint-plugin": "~6.21",
"@typescript-eslint/parser": "~6.21",
"@types/node": "~20.12",
"@typescript-eslint/eslint-plugin": "~7.9",
"@typescript-eslint/parser": "~7.9",
"add-dist-header": "~1.4",
"copy-file-util": "~1.1",
"copy-file-util": "~1.2",
"copy-folder-util": "~1.1",
"eslint": "~8.56",
"eslint": "8.57.0",
"fetch-json": "~3.3",
"jshint": "~2.13",
"merge-stream": "~2.0",
"mocha": "~10.2",
"mocha": "~10.4",
"rimraf": "~5.0",
"run-scripts-util": "~1.2",
"typescript": "~5.3"
"typescript": "~5.4"
}
}

@@ -8,3 +8,3 @@ # assert-deep-strict-equal

[![npm](https://img.shields.io/npm/v/assert-deep-strict-equal.svg)](https://www.npmjs.com/package/assert-deep-strict-equal)
[![Build](https://github.com/center-key/assert-deep-strict-equal/workflows/build/badge.svg)](https://github.com/center-key/assert-deep-strict-equal/actions/workflows/run-spec-on-push.yaml)
[![Build](https://github.com/center-key/assert-deep-strict-equal/actions/workflows/run-spec-on-push.yaml/badge.svg)](https://github.com/center-key/assert-deep-strict-equal/actions/workflows/run-spec-on-push.yaml)

@@ -11,0 +11,0 @@ ## A) Setup

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc