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.0 to 1.0.1

2

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

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

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

@@ -69,3 +69,3 @@ "license": "MIT",

"step:05": "tsc --module UMD --outDir build/umd",
"step:06": "cpy build/umd/assert-deep-strict-equal.js build --rename=assert-deep-strict-equal.umd.cjs",
"step:06": "cpy build/umd/assert-deep-strict-equal.js build --rename=assert-deep-strict-equal.umd.cjs --flat=true",
"step:07": "add-dist-header build dist",

@@ -79,16 +79,16 @@ "pretest": "npm-run-all step:*",

"@types/node": "~17.0",
"@typescript-eslint/eslint-plugin": "~5.9",
"@typescript-eslint/parser": "~5.9",
"@typescript-eslint/eslint-plugin": "~5.21",
"@typescript-eslint/parser": "~5.21",
"add-dist-header": "~0.1",
"cpy-cli": "~3.1",
"eslint": "~8.6",
"cpy-cli": "~4.1",
"eslint": "~8.14",
"fetch-json": "~2.6",
"jshint": "~2.13",
"merge-stream": "~2.0",
"mocha": "~9.1",
"node-fetch": "~3.1",
"mocha": "~10.0",
"node-fetch": "~3.2",
"npm-run-all2": "~5.0",
"rimraf": "~3.0",
"typescript": "~4.5"
"typescript": "~4.6"
}
}

@@ -9,3 +9,3 @@ # 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?query=workflow%3Abuild)
[![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)

@@ -12,0 +12,0 @@ ## 1) Setup

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