fast-is-equal 1.0.0 → 1.0.2

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 +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -153,13 +153,9 @@ Average Performance:
153
153
  ## License
154
154
  MIT
155
155
  ```
156
-
157
- #### 1.3 Add a License File
158
- Create a `LICENSE` file with the MIT license (or your preferred license):
159
- ```plaintext
160
156
  MIT License
161
157
 
162
- Copyright (c) 2025 Your Name
158
+ Copyright (c) 2025 Jairaj Jangle
163
159
 
164
160
  Permission is hereby granted, free of charge, to any person obtaining a copy
165
161
  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.0",
3
+ "version": "1.0.2",
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",