@stdlib/assert-deep-equal
Advanced tools
+1
-1
@@ -15,3 +15,3 @@ | ||
| ------- | ||
| out: bool | ||
| out: boolean | ||
| Boolean indicating if `a` is deep equal to `b`. | ||
@@ -18,0 +18,0 @@ |
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2021 The Stdlib Authors. | ||
| Copyright (c) 2016-2022 The Stdlib Authors. |
+1
-1
| { | ||
| "name": "@stdlib/assert-deep-equal", | ||
| "version": "0.0.6", | ||
| "version": "0.0.7", | ||
| "description": "Test for deep equality between two values.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
+38
-2
@@ -23,3 +23,3 @@ <!-- | ||
| [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url] | ||
| [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] --> | ||
@@ -122,3 +122,20 @@ > Test for deep equality between two values. | ||
| <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. --> | ||
| <section class="related"> | ||
| * * * | ||
| ## See Also | ||
| - <span class="package-name">[`@stdlib/assert/is-strict-equal`][@stdlib/assert/is-strict-equal]</span><span class="delimiter">: </span><span class="description">test if two arguments are strictly equal.</span> | ||
| - <span class="package-name">[`@stdlib/assert/is-same-value`][@stdlib/assert/is-same-value]</span><span class="delimiter">: </span><span class="description">test if two arguments are the same value.</span> | ||
| </section> | ||
| <!-- /.related --> | ||
| <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> | ||
| <section class="main-repo" > | ||
@@ -147,3 +164,3 @@ | ||
| Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors]. | ||
@@ -167,5 +184,16 @@ </section> | ||
| <!-- | ||
| [dependencies-image]: https://img.shields.io/david/stdlib-js/assert-deep-equal.svg | ||
| [dependencies-url]: https://david-dm.org/stdlib-js/assert-deep-equal/main | ||
| --> | ||
| [umd]: https://github.com/umdjs/umd | ||
| [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules | ||
| [deno-url]: https://github.com/stdlib-js/assert-deep-equal/tree/deno | ||
| [umd-url]: https://github.com/stdlib-js/assert-deep-equal/tree/umd | ||
| [esm-url]: https://github.com/stdlib-js/assert-deep-equal/tree/esm | ||
| [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
@@ -180,4 +208,12 @@ [chat-url]: https://gitter.im/stdlib-js/stdlib/ | ||
| <!-- <related-links> --> | ||
| [@stdlib/assert/is-strict-equal]: https://www.npmjs.com/package/@stdlib/assert-is-strict-equal | ||
| [@stdlib/assert/is-same-value]: https://www.npmjs.com/package/@stdlib/assert-is-same-value | ||
| <!-- </related-links> --> | ||
| </section> | ||
| <!-- /.links --> |
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
39008
3.56%215
20.11%