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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. 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
+ [![npm version](https://img.shields.io/npm/v/fast-is-equal)](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 Your Name
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-is-equal",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
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
  "lodash",