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 0.0.2 to 0.0.3

2

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

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

//! assert-deep-strict-equal v0.0.2 ~ github.com/center-key/assert-deep-strict-equal ~ MIT License
//! assert-deep-strict-equal v0.0.3 ~ 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.2 ~ github.com/center-key/assert-deep-strict-equal ~ MIT License
//! assert-deep-strict-equal v0.0.3 ~ 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.2",
"description": "Async assert fails in Mocha you can see and don't timeout (written in TypeScript)",
"version": "0.0.3",
"description": "Asynchronous assert fails in Mocha you can see and don't timeout (written in TypeScript)",
"license": "MIT",
"type": "module",
"module": "dist/assert-deep-strict-equal.js",
"main": "dist/assert-deep-strict-equal.umd.cjs",
"module": "dist/assert-deep-strict-equal.js",
"types": "dist/assert-deep-strict-equal.d.ts",

@@ -13,2 +13,9 @@ "files": [

],
"exports": {
".": {
"import": "./dist/assert-deep-strict-equal.js",
"require": "./dist/assert-deep-strict-equal.umd.cjs"
},
"./": "./dist/"
},
"repository": "github:center-key/assert-deep-strict-equal",

@@ -15,0 +22,0 @@ "homepage": "https://github.com/center-key/assert-deep-strict-equal#readme",

# assert-deep-strict-equal
<img src=https://centerkey.com/graphics/center-key-logo.svg align=right width=200 alt=logo>
_Async assert fails in Mocha you can see and don't timeout (written in TypeScript)_
_Asynchronous assert fails in Mocha you can see and don't timeout (written in TypeScript)_

@@ -6,0 +6,0 @@ [![License:MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/center-key/assert-deep-strict-equal/blob/main/LICENSE.txt)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc