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.0.1 to 1.0.2

2

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

@@ -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

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