@react-hookz/deep-equal
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,8 @@ | ||
## [1.0.2](https://github.com/react-hookz/deep-equal/compare/v1.0.1...v1.0.2) (2022-05-11) | ||
### Bug Fixes | ||
* **tests:** update dev dependencies and add `jest-environment-jsdom` dep ([60539db](https://github.com/react-hookz/deep-equal/commit/60539dbd6e73494f6688ec554b5092311da3164e)) | ||
## [1.0.1](https://github.com/react-hookz/deep-equal/compare/v1.0.0...v1.0.1) (2022-01-12) | ||
@@ -2,0 +9,0 @@ |
"use strict"; | ||
/* eslint-disable @typescript-eslint/no-use-before-define */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -4,0 +3,0 @@ exports.isEqualReactSimple = exports.isEqualSimple = exports.isEqualReact = exports.isEqual = void 0; |
@@ -1,2 +0,1 @@ | ||
/* eslint-disable @typescript-eslint/no-use-before-define */ | ||
import { compareArrayBuffers, compareArrays, compareDataViews, compareDates, compareMaps, compareObjects, compareObjectsReact, compareRegexps, compareSets, } from "./comparators.js"; | ||
@@ -3,0 +2,0 @@ var _a = Object.prototype, valueOf = _a.valueOf, toString = _a.toString; |
@@ -1,2 +0,1 @@ | ||
/* eslint-disable @typescript-eslint/no-use-before-define */ | ||
import { compareArrayBuffers, compareArrays, compareDataViews, compareDates, compareMaps, compareObjects, compareObjectsReact, compareRegexps, compareSets, } from "./comparators.js"; | ||
@@ -3,0 +2,0 @@ const { valueOf, toString } = Object.prototype; |
{ | ||
"name": "@react-hookz/deep-equal", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Fast deep equal comparator", | ||
@@ -34,23 +34,24 @@ "keywords": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "^16.0.2", | ||
"@commitlint/config-conventional": "^16.0.0", | ||
"@commitlint/cz-commitlint": "^16.0.0", | ||
"@commitlint/cli": "^16.2.4", | ||
"@commitlint/config-conventional": "^16.2.4", | ||
"@commitlint/cz-commitlint": "^16.2.4", | ||
"@jamesacarr/eslint-formatter-github-actions": "^0.1.0", | ||
"@jamesacarr/jest-reporter-github-actions": "^0.0.4", | ||
"@react-hookz/eslint-config": "^1.0.1", | ||
"@react-hookz/eslint-config": "^1.6.1", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.2", | ||
"@types/jest": "^27.4.0", | ||
"@semantic-release/github": "^8.0.4", | ||
"@types/jest": "^27.5.0", | ||
"commitizen": "^4.2.4", | ||
"commitlint": "^16.0.2", | ||
"concurrently": "^7.0.0", | ||
"husky": "^7.0.4", | ||
"jest": "^27.4.7", | ||
"lint-staged": "^12.1.7", | ||
"semantic-release": "^18.0.1", | ||
"ts-jest": "^27.1.2", | ||
"commitlint": "^16.2.4", | ||
"concurrently": "^7.1.0", | ||
"husky": "^8.0.1", | ||
"jest": "^28.1.0", | ||
"jest-environment-jsdom": "^28.1.0", | ||
"lint-staged": "^12.4.1", | ||
"semantic-release": "^19.0.2", | ||
"ts-jest": "^28.0.2", | ||
"ttypescript": "^1.5.13", | ||
"typescript": "^4.5.4", | ||
"yarn": "^1.22.17" | ||
"typescript": "^4.6.4", | ||
"yarn": "^1.22.18" | ||
}, | ||
@@ -57,0 +58,0 @@ "scripts": { |
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
34898
22
659