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.3 to 0.0.4

2

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

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

//! assert-deep-strict-equal v0.0.3 ~ github.com/center-key/assert-deep-strict-equal ~ MIT License
//! assert-deep-strict-equal v0.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 v0.0.3 ~ github.com/center-key/assert-deep-strict-equal ~ MIT License
//! assert-deep-strict-equal v0.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 individual contributors to assert-deep-strict-equal
Copyright (c) 2021-2022 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": "0.0.3",
"version": "0.0.4",
"description": "Asynchronous assert fails in Mocha you can see and don't timeout (written in TypeScript)",

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

"repository": "github:center-key/assert-deep-strict-equal",
"homepage": "https://github.com/center-key/assert-deep-strict-equal#readme",
"homepage": "https://github.com/center-key/assert-deep-strict-equal",
"bugs": "https://github.com/center-key/assert-deep-strict-equal/issues",

@@ -65,27 +65,30 @@ "docs": "https://github.com/center-key/assert-deep-strict-equal#readme",

"scripts": {
"examples": "npm test && mocha examples.spec.js",
"lint": " jshint *.js spec && eslint --max-warnings 0 . --ext .ts",
"tsc": " tsc --version && tsc --project . && tsc --project . --module UMD --outDir build/umd",
"pretest": " npm run lint && rimraf build dist **/.DS_Store && npm run tsc && gulp make-dist",
"test": " mocha spec/*.spec.js --timeout 5000"
"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",
"step:07": "add-dist-header build dist",
"pretest": "npm-run-all step:*",
"test": "mocha spec/*.spec.js --timeout 5000",
"examples": "npm test && mocha examples.spec.js"
},
"dependencies": {},
"devDependencies": {
"@types/node": "~15.12",
"@typescript-eslint/eslint-plugin": "~4.28",
"@typescript-eslint/parser": "~4.28",
"eslint": "~7.29",
"fetch-json": "~2.4",
"gulp": "~4.0",
"gulp-header": "~2.0",
"gulp-jshint": "~2.1",
"gulp-rename": "~2.0",
"gulp-size": "~4.0",
"@types/node": "~17.0",
"@typescript-eslint/eslint-plugin": "~5.8",
"@typescript-eslint/parser": "~5.8",
"add-dist-header": "~0.1",
"cpy-cli": "~3.1",
"eslint": "~8.6",
"fetch-json": "~2.6",
"jshint": "~2.13",
"merge-stream": "~2.0",
"mocha": "~9.0",
"node-fetch": "~2.6",
"mocha": "~9.1",
"node-fetch": "~3.1",
"npm-run-all2": "~5.0",
"rimraf": "~3.0",
"typescript": "~4.3"
"typescript": "~4.5"
}
}

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