Comparing version
@@ -1,1 +0,7 @@ | ||
export function dequal(foo: any, bar: any): boolean; | ||
declare module 'dequal' { | ||
export function dequal(foo: any, bar: any): boolean; | ||
} | ||
declare module 'dequal/lite' { | ||
export function dequal(foo: any, bar: any): boolean; | ||
} |
{ | ||
"name": "dequal", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"repository": "lukeed/dequal", | ||
@@ -5,0 +5,0 @@ "description": "A tiny (304B to 489B) utility for check for deep equality", |
@@ -42,3 +42,3 @@ # dequal [](https://github.com/lukeed/dequal/actions) | ||
```js | ||
import dequal from 'dequal'; | ||
import { dequal } from 'dequal'; | ||
@@ -45,0 +45,0 @@ dequal(1, 1); //=> true |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14170
0.86%202
2.54%0
-100%