fast-is-equal 1.2.4 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
⚡️Blazing-fast equality checks, minus the baggage. A lean, standalone alternative to Lodash's `isEqual` - because speed matters.
|
|
4
4
|
|
|
5
|
-
[](https://badge.fury.io/js/fast-is-equal) [](https://github.com/JairajJangle/fast-is-equal/blob/main/LICENSE)  [](https://github.com/JairajJangle/fast-is-equal/actions/workflows/ci.yml) [](https://github.com/JairajJangle/fast-is-equal/actions/workflows/ci.yml) [](https://github.com/JairajJangle/fast-is-equal) [](https://github.com/JairajJangle/fast-is-equal) [](https://github.com/JairajJangle/fast-is-equal) [](https://github.com/JairajJangle/fast-is-equal) [](https://github.com/JairajJangle/fast-is-equal) [](https://github.com/JairajJangle/fast-is-equal)
|
|
5
|
+
[](https://badge.fury.io/js/fast-is-equal) [](https://github.com/JairajJangle/fast-is-equal/blob/main/LICENSE)  [](https://github.com/JairajJangle/fast-is-equal/actions/workflows/ci.yml) [](https://github.com/JairajJangle/fast-is-equal/actions/workflows/ci.yml) [](https://github.com/JairajJangle/fast-is-equal) [](https://github.com/JairajJangle/fast-is-equal) [](https://github.com/JairajJangle/fast-is-equal) [](https://github.com/JairajJangle/fast-is-equal) [](https://github.com/JairajJangle/fast-is-equal) [](https://github.com/JairajJangle/fast-is-equal) [](https://github.com/sponsors/JairajJangle)
|
|
6
|
+
|
|
6
7
|
|
|
7
8
|
## Why fast-is-equal?
|
|
8
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fast-is-equal",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"description": "Blazing-fast equality checks, minus the baggage. A lean, standalone alternative to Lodash's isEqual—because speed matters.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"deep-equal",
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"@commitlint/config-conventional"
|
|
84
84
|
]
|
|
85
85
|
},
|
|
86
|
+
"packageManager": "yarn@4.9.2",
|
|
86
87
|
"release-it": {
|
|
87
88
|
"git": {
|
|
88
89
|
"commitMessage": "chore: release ${version}",
|
|
@@ -113,6 +114,5 @@
|
|
|
113
114
|
"type": "individual",
|
|
114
115
|
"url": "https://ko-fi.com/futurejj"
|
|
115
116
|
}
|
|
116
|
-
]
|
|
117
|
-
"packageManager": "yarn@1.22.22"
|
|
117
|
+
]
|
|
118
118
|
}
|