Comparing version 2.0.0 to 2.0.1
@@ -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 [![CI](https://github.com/lukeed/dequal/workflows/CI/badge.svg)](https://github.com/lukeed/dequal/actions) | ||
```js | ||
import dequal from 'dequal'; | ||
import { dequal } from 'dequal'; | ||
@@ -45,0 +45,0 @@ dequal(1, 1); //=> true |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
202
0