Fix dependabot issues
This commit is contained in:
parent
c89d9bd8b0
commit
531c6ba7c8
705 changed files with 53406 additions and 20466 deletions
4
node_modules/concordance/README.md
generated
vendored
4
node_modules/concordance/README.md
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
# concordance
|
||||
|
||||
Compare, format, diff and serialize any JavaScript value. Built for Node.js 6
|
||||
Compare, format, diff and serialize any JavaScript value. Built for Node.js 10
|
||||
and above.
|
||||
|
||||
## Behavior
|
||||
|
|
@ -14,7 +14,7 @@ means Concordance's behavior is consistent, no matter how you use it.
|
|||
|
||||
### Comparison details
|
||||
|
||||
* [Object wrappers](https://github.com/getify/You-Dont-Know-JS/blob/master/types%20%26%20grammar/ch3.md#boxing-wrappers)
|
||||
* [Object wrappers](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/types%20%26%20grammar/ch3.md#boxing-wrappers)
|
||||
are compared both as objects and unwrapped values. Thus Concordance always
|
||||
treats `Object(1)` as different from `1`.
|
||||
* `-0` is distinct from `0`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue