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.0.3 to 1.0.4

2

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

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

//! assert-deep-strict-equal v1.0.3 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License
//! assert-deep-strict-equal v1.0.4 ~~ 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.3 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License
//! assert-deep-strict-equal v1.0.4 ~~ https://github.com/center-key/assert-deep-strict-equal ~~ MIT License

@@ -3,0 +3,0 @@ import { deepStrictEqual } from 'assert';

MIT License
Copyright (c) 2021-2022 individual contributors to assert-deep-strict-equal
Copyright (c) 2021-2023 Individual contributors to assert-deep-strict-equal

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "assert-deep-strict-equal",
"version": "1.0.3",
"version": "1.0.4",
"description": "Asynchronous assert fails in Mocha you can see and don't timeout (written in TypeScript)",

@@ -81,13 +81,13 @@ "license": "MIT",

"@types/node": "~18.11",
"@typescript-eslint/eslint-plugin": "~5.43",
"@typescript-eslint/parser": "~5.43",
"@typescript-eslint/eslint-plugin": "~5.49",
"@typescript-eslint/parser": "~5.49",
"add-dist-header": "~0.3",
"copy-file-util": "~0.1",
"copy-folder-util": "~0.2",
"eslint": "~8.28",
"eslint": "~8.32",
"fetch-json": "~3.0",
"jshint": "~2.13",
"merge-stream": "~2.0",
"mocha": "~10.1",
"rimraf": "~3.0",
"mocha": "~10.2",
"rimraf": "~4.1",
"run-scripts-util": "~0.1",

@@ -94,0 +94,0 @@ "typescript": "~4.9"

Sorry, the diff of this file is not supported yet

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