Socket
Socket
Sign inDemoInstall

deep-equal

Package Overview
Dependencies
46
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

.github/workflows/node-4+.yml

9

CHANGELOG.md

@@ -8,2 +8,11 @@ # Changelog

## [v2.0.5](https://github.com/inspect-js/node-deep-equal/compare/v2.0.4...v2.0.5) - 2020-12-01
### Commits
- [Tests] migrate tests to Github Actions [`4051a18`](https://github.com/inspect-js/node-deep-equal/commit/4051a1811612fd1b107743a092402361f597f89a)
- [meta] add Automatic Rebase and Require Allow Edits workflows [`6682b15`](https://github.com/inspect-js/node-deep-equal/commit/6682b15417630d6c57c854d088dfcd6023b3e185)
- [Deps] use `call-bind` and `get-intrinsic` instead of `es-abstract`; update `es-get-iterator`, `object-is`, `object.assign` [`a1d6d93`](https://github.com/inspect-js/node-deep-equal/commit/a1d6d931ebc80db8a6dba1bd453165356458f9e1)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `object.getownpropertydescriptors` [`b142f4b`](https://github.com/inspect-js/node-deep-equal/commit/b142f4b9458c320b944dc06f57b9339530cf404e)
## [v2.0.4](https://github.com/inspect-js/node-deep-equal/compare/v2.0.3...v2.0.4) - 2020-10-01

@@ -10,0 +19,0 @@

4

index.js

@@ -11,4 +11,4 @@ 'use strict';

var whichBoxedPrimitive = require('which-boxed-primitive');
var GetIntrinsic = require('es-abstract/GetIntrinsic');
var callBound = require('es-abstract/helpers/callBound');
var GetIntrinsic = require('get-intrinsic');
var callBound = require('call-bind/callBound');
var whichCollection = require('which-collection');

@@ -15,0 +15,0 @@ var getIterator = require('es-get-iterator');

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

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

"lint": "eslint .",
"tests-only": "nyc tape test/*",
"tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only",

@@ -33,4 +33,5 @@ "posttest": "npx aud --production",

"dependencies": {
"es-abstract": "^1.18.0-next.1",
"es-get-iterator": "^1.1.0",
"call-bind": "^1.0.0",
"es-get-iterator": "^1.1.1",
"get-intrinsic": "^1.0.1",
"is-arguments": "^1.0.4",

@@ -40,5 +41,5 @@ "is-date-object": "^1.0.2",

"isarray": "^2.0.5",
"object-is": "^1.1.3",
"object-is": "^1.1.4",
"object-keys": "^1.1.1",
"object.assign": "^4.1.1",
"object.assign": "^4.1.2",
"regexp.prototype.flags": "^1.3.0",

@@ -51,10 +52,10 @@ "side-channel": "^1.0.3",

"devDependencies": {
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.2",
"@ljharb/eslint-config": "^17.3.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"eslint": "^7.10.0",
"eslint": "^7.14.0",
"has-symbols": "^1.0.1",
"has-typed-arrays": "^1.0.0",
"nyc": "^10.3.2",
"object.getownpropertydescriptors": "^2.1.0",
"object.getownpropertydescriptors": "^2.1.1",
"safe-publish-latest": "^1.1.4",

@@ -61,0 +62,0 @@ "semver": "^6.3.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc