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.1.0 to 1.1.1

2

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

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

//! assert-deep-strict-equal v1.1.0 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License
//! assert-deep-strict-equal v1.1.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;
export { assertDeepStrictEqual };

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

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

@@ -19,3 +19,6 @@ "license": "MIT",

},
"repository": "github:center-key/assert-deep-strict-equal",
"repository": {
"type": "git",
"url": "git+https://github.com/center-key/assert-deep-strict-equal.git"
},
"homepage": "https://github.com/center-key/assert-deep-strict-equal",

@@ -76,14 +79,14 @@ "bugs": "https://github.com/center-key/assert-deep-strict-equal/issues",

"pretest": "run-scripts clean build",
"test": "mocha spec/*.spec.js --timeout 5000",
"test": "mocha spec/*.spec.js --timeout 7000",
"examples": "npm test && mocha examples.spec.js"
},
"devDependencies": {
"@types/node": "~20.3",
"@typescript-eslint/eslint-plugin": "~5.60",
"@typescript-eslint/parser": "~5.60",
"add-dist-header": "~1.1",
"@types/node": "~20.8",
"@typescript-eslint/eslint-plugin": "~6.9",
"@typescript-eslint/parser": "~6.9",
"add-dist-header": "~1.3",
"copy-file-util": "~1.1",
"copy-folder-util": "~1.1",
"eslint": "~8.43",
"fetch-json": "~3.1",
"eslint": "~8.53",
"fetch-json": "~3.2",
"jshint": "~2.13",

@@ -93,5 +96,5 @@ "merge-stream": "~2.0",

"rimraf": "~5.0",
"run-scripts-util": "~1.1",
"typescript": "~5.1"
"run-scripts-util": "~1.2",
"typescript": "~5.2"
}
}

@@ -8,3 +8,2 @@ # 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)
[![Vulnerabilities](https://snyk.io/test/github/center-key/assert-deep-strict-equal/badge.svg)](https://snyk.io/test/github/center-key/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)

@@ -11,0 +10,0 @@

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