Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deep-equal

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-equal - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

27

CHANGELOG.md

@@ -8,8 +8,23 @@ # Changelog

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [v2.0.4](https://github.com/inspect-js/node-deep-equal/compare/v2.0.3...v2.0.4) - 2020-10-01
## [v2.0.3](https://github.com/inspect-js/node-deep-equal/compare/v2.0.2...v2.0.3) - 2020-04-24
### Fixed
- [meta] fix incorrect `./package.json` exports entry [`#89`](https://github.com/inspect-js/node-deep-equal/issues/89)
### Commits
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `auto-changelog` [`d6bfee3`](https://github.com/inspect-js/node-deep-equal/commit/d6bfee329e2a430a12e6a4aba7006c5d7c36020e)
- [Tests] account for node 14+ making two NaNs loosely deep equal [`9367954`](https://github.com/inspect-js/node-deep-equal/commit/93679546d97dbd92d615b0f758d733ea1fb4eb4b)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `tape` [`86a159b`](https://github.com/inspect-js/node-deep-equal/commit/86a159b72c3e3620285498113251220d3c5d05f0)
- [Deps] update `es-abstract`, `object-is`, `object.assign` [`e87979d`](https://github.com/inspect-js/node-deep-equal/commit/e87979d311faa537622a6c9faee6e91cf9a08bcd)
- [Deps] update `es-abstract`, `is-regex` [`d0cacca`](https://github.com/inspect-js/node-deep-equal/commit/d0cacca140b963d8abbe10f6bf640f22ef11f7b0)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` [`375a9e1`](https://github.com/inspect-js/node-deep-equal/commit/375a9e1e4911b3210e328365432c8cf946d0a7e2)
- [Dev Deps] update `eslint`, `auto-changelog` [`e562d4f`](https://github.com/inspect-js/node-deep-equal/commit/e562d4fadebf09b1fca02d6f43e1c933c6ef8242)
- [Deps] update `side-channel` [`f092342`](https://github.com/inspect-js/node-deep-equal/commit/f092342373d4a33b3f679042f357fd800185caad)
## [v2.0.3](https://github.com/inspect-js/node-deep-equal/compare/v2.0.2...v2.0.3) - 2020-04-23
### Commits
- [Deps] update `object-is`, `which-typed-array` [`c232374`](https://github.com/inspect-js/node-deep-equal/commit/c2323741001f7cb2414f4fa26301f1b9705e6b46)

@@ -43,3 +58,3 @@ - [Dev Deps] update `auto-changelog`; add `aud` [`c80a91d`](https://github.com/inspect-js/node-deep-equal/commit/c80a91d8b9815300fc9e24f08094cac8942d9da7)

## [v2.0.1](https://github.com/inspect-js/node-deep-equal/compare/v2.0.0...v2.0.1) - 2019-12-09
## [v2.0.1](https://github.com/inspect-js/node-deep-equal/compare/v2.0.0...v2.0.1) - 2019-12-08

@@ -107,3 +122,3 @@ ### Fixed

## [v1.1.0](https://github.com/inspect-js/node-deep-equal/compare/v1.0.1...v1.1.0) - 2019-08-28
## [v1.1.0](https://github.com/inspect-js/node-deep-equal/compare/v1.0.1...v1.1.0) - 2019-08-27

@@ -166,3 +181,3 @@ ### Commits

## [v0.1.2](https://github.com/inspect-js/node-deep-equal/compare/v0.1.1...v0.1.2) - 2013-12-21
## [v0.1.2](https://github.com/inspect-js/node-deep-equal/compare/v0.1.1...v0.1.2) - 2013-12-20

@@ -202,3 +217,3 @@ ### Commits

## v0.0.0 - 2012-02-11
## v0.0.0 - 2012-02-10

@@ -205,0 +220,0 @@ ### Commits

{
"name": "deep-equal",
"version": "2.0.3",
"version": "2.0.4",
"description": "node's assert.deepEqual algorithm",

@@ -14,3 +14,3 @@ "main": "index.js",

"./package": "./package.json",
"./package.json": "./package"
"./package.json": "./package.json"
},

@@ -33,13 +33,13 @@ "directories": {

"dependencies": {
"es-abstract": "^1.17.5",
"es-abstract": "^1.18.0-next.1",
"es-get-iterator": "^1.1.0",
"is-arguments": "^1.0.4",
"is-date-object": "^1.0.2",
"is-regex": "^1.0.5",
"is-regex": "^1.1.1",
"isarray": "^2.0.5",
"object.assign": "^4.1.0",
"object-is": "^1.1.2",
"object-is": "^1.1.3",
"object-keys": "^1.1.1",
"object.assign": "^4.1.1",
"regexp.prototype.flags": "^1.3.0",
"side-channel": "^1.0.2",
"side-channel": "^1.0.3",
"which-boxed-primitive": "^1.0.1",

@@ -50,6 +50,6 @@ "which-collection": "^1.0.1",

"devDependencies": {
"@ljharb/eslint-config": "^16.0.0",
"aud": "^1.1.1",
"auto-changelog": "^2.0.0",
"eslint": "^6.8.0",
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.2",
"auto-changelog": "^2.2.1",
"eslint": "^7.10.0",
"has-symbols": "^1.0.1",

@@ -61,3 +61,3 @@ "has-typed-arrays": "^1.0.0",

"semver": "^6.3.0",
"tape": "^5.0.0-next.5"
"tape": "^5.0.1"
},

@@ -117,3 +117,4 @@ "repository": {

"commitLimit": false,
"backfillLimit": false
"backfillLimit": false,
"hideCredit": true
},

@@ -120,0 +121,0 @@ "greenkeeper": {

@@ -741,2 +741,4 @@ 'use strict';

// node 14 changed `deepEqual` to make two NaNs loosely equal. TODO, semver-major: change deep-equal in the same way.
var isNode14 = isNode && process.env.ASSERT && semver.satisfies(process.version, '>= 14');
test('NaNs', function (t) {

@@ -747,3 +749,3 @@ t.deepEqualTest(

'two NaNs',
false,
isNode14,
true

@@ -756,3 +758,3 @@ );

'two equiv objects with a NaN value',
false,
isNode14,
true

@@ -759,0 +761,0 @@ );

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