deep-equal-json
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -8,2 +8,13 @@ # Changelog | ||
## [v1.0.1](https://github.com/inspect-js/deep-equal-json/compare/v1.0.0...v1.0.1) - 2024-12-11 | ||
### Commits | ||
- [actions] split out node 10-20, and 20+ [`ed93a02`](https://github.com/inspect-js/deep-equal-json/commit/ed93a02af5a56092c5f8819bc9a6d1b1fbef7112) | ||
- [Dev Deps] update `@ljharb/eslint-config`, `auto-changelog`, `has-proto`, `has-symbols`, `npmignore`, `tape` [`b2b470f`](https://github.com/inspect-js/deep-equal-json/commit/b2b470f21598189a50b311e147b370267966a2d2) | ||
- [Refactor] use `call-bound` directly [`9382299`](https://github.com/inspect-js/deep-equal-json/commit/9382299630a1f6f07326433d8e8840d86e6218dc) | ||
- [Deps] update `call-bind`, `object-is` [`adaa4b0`](https://github.com/inspect-js/deep-equal-json/commit/adaa4b040619eb033684268d34e5bda1131cb304) | ||
- [Tests] replace `aud` with `npm audit` [`da0152c`](https://github.com/inspect-js/deep-equal-json/commit/da0152c2e6e4e7cd48fa464a83eba6ca5607fb54) | ||
- [Dev Deps] add missing peer dep [`df4bc02`](https://github.com/inspect-js/deep-equal-json/commit/df4bc0206b73cd8b00d606f5d7b0ffebb802fa00) | ||
## v1.0.0 - 2023-06-05 | ||
@@ -10,0 +21,0 @@ |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var callBound = require('call-bind/callBound'); | ||
var callBound = require('call-bound'); | ||
@@ -10,0 +10,0 @@ var $sort = callBound('Array.prototype.sort'); |
{ | ||
"name": "deep-equal-json", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "`deep-equal`, but only for JSON-supported values.", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"test": "npm run tests-only", | ||
"posttest": "aud --production", | ||
"posttest": "npx npm@'>= 10.2' audit --production", | ||
"version": "auto-changelog && git add CHANGELOG.md", | ||
@@ -45,20 +45,20 @@ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" | ||
"dependencies": { | ||
"call-bind": "^1.0.2", | ||
"call-bound": "^1.0.2", | ||
"isarray": "^2.0.5", | ||
"object-is": "^1.1.5", | ||
"object-is": "^1.1.6", | ||
"object-keys": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@ljharb/eslint-config": "^21.1.0", | ||
"aud": "^2.0.2", | ||
"auto-changelog": "^2.4.0", | ||
"@ljharb/eslint-config": "^21.1.1", | ||
"auto-changelog": "^2.5.0", | ||
"encoding": "^0.1.13", | ||
"eslint": "=8.8.0", | ||
"has-proto": "^1.0.1", | ||
"has-symbols": "^1.0.3", | ||
"has-proto": "^1.2.0", | ||
"has-symbols": "^1.1.0", | ||
"in-publish": "^2.0.1", | ||
"npmignore": "^0.3.0", | ||
"npmignore": "^0.3.1", | ||
"nyc": "^10.3.2", | ||
"safe-publish-latest": "^2.0.0", | ||
"semver": "^6.3.0", | ||
"tape": "^5.6.3" | ||
"tape": "^5.9.0" | ||
}, | ||
@@ -65,0 +65,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20909
+ Addedcall-bound@^1.0.2
+ Addedcall-bound@1.0.2(transitive)
- Removedcall-bind@^1.0.2
Updatedobject-is@^1.1.6