chai-deep-match
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "chai-deep-match", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Extends Chai with an assertion for deeply matching objects (i.e. subset equality checking)", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -35,3 +35,3 @@ # chai-deep-match | ||
This module also supports [WHATWG `URL` objects](https://nodejs.org/docs/latest/api/url.html#url_the_whatwg_url_api), as introduced in Node `7.x` (and backported into Node `6.x`, it seems). However, it is important to note that the behavior by which is compares two `URL` objects will only consider them deeply matched if they are a full 100% match rather than a "subset" match. Hopefully this behavior is acceptable to those making use of it! :pray: | ||
This module also supports [WHATWG `URL` objects](https://nodejs.org/docs/latest/api/url.html#url_the_whatwg_url_api), as introduced in Node `7.x` (and backported into Node `6.x`, it seems). However, it is important to note that the behavior by which it compares two `URL` objects will only consider them deeply matched if they are a full 100% match rather than a "subset" match. Hopefully this behavior is acceptable to those making use of it! :pray: | ||
@@ -38,0 +38,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0