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 0.0.4 to 1.0.0

2

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

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

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

@@ -78,4 +78,4 @@ "license": "MIT",

"@types/node": "~17.0",
"@typescript-eslint/eslint-plugin": "~5.8",
"@typescript-eslint/parser": "~5.8",
"@typescript-eslint/eslint-plugin": "~5.9",
"@typescript-eslint/parser": "~5.9",
"add-dist-header": "~0.1",

@@ -82,0 +82,0 @@ "cpy-cli": "~3.1",

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