fast-is-equal 1.0.1 → 1.0.3
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +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)
|
|
6
|
+
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
7
9
|
Using yarn:
|
|
@@ -155,7 +157,7 @@ MIT
|
|
|
155
157
|
```
|
|
156
158
|
MIT License
|
|
157
159
|
|
|
158
|
-
Copyright (c) 2025
|
|
160
|
+
Copyright (c) 2025 Jairaj Jangle
|
|
159
161
|
|
|
160
162
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
161
163
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED