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.2 to 1.0.3

2

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

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

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

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

"jshintConfig": {
"esversion": 9,
"esversion": 11,
"strict": "implied",

@@ -64,31 +64,34 @@ "eqeqeq": true,

},
"runScriptsConfig": {
"build": [
"rimraf build dist **/.DS_Store",
"jshint . --exclude-path .gitignore",
"eslint --max-warnings 0 . --ext .ts",
"tsc",
"tsc --module UMD --outDir build/umd",
"copy-file build/umd/assert-deep-strict-equal.js build/assert-deep-strict-equal.umd.cjs",
"add-dist-header build dist"
]
},
"scripts": {
"step:01": "rimraf build dist **/.DS_Store",
"step:02": "jshint . --exclude node_modules,build,dist",
"step:03": "eslint --max-warnings 0 . --ext .ts",
"step:04": "tsc",
"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 --flat=true",
"step:07": "add-dist-header build dist",
"pretest": "npm-run-all step:*",
"pretest": "run-scripts build",
"test": "mocha spec/*.spec.js --timeout 5000",
"examples": "npm test && mocha examples.spec.js"
},
"dependencies": {},
"devDependencies": {
"@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",
"@types/node": "~18.11",
"@typescript-eslint/eslint-plugin": "~5.43",
"@typescript-eslint/parser": "~5.43",
"add-dist-header": "~0.3",
"copy-file-util": "~0.1",
"copy-folder-util": "~0.2",
"eslint": "~8.28",
"fetch-json": "~3.0",
"jshint": "~2.13",
"merge-stream": "~2.0",
"mocha": "~10.0",
"node-fetch": "~3.2",
"npm-run-all2": "~6.0",
"mocha": "~10.1",
"rimraf": "~3.0",
"typescript": "~4.8"
"run-scripts-util": "~0.1",
"typescript": "~4.9"
}
}

@@ -11,3 +11,3 @@ # assert-deep-strict-equal

## 1) Setup
## A) Setup
Install package for node:

@@ -22,3 +22,3 @@ ```shell

## 2) Usage
## B) Usage
```javascript

@@ -34,3 +34,3 @@ const actual = { x: 3, y: 7, z: 21 };

## 3) Example
## C) Example
```javascript

@@ -37,0 +37,0 @@ describe('Star Wars API result for spaceship #3', () => {

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