Comparing version 2.0.1 to 2.0.2
@@ -1,7 +0,1 @@ | ||
declare module 'dequal' { | ||
export function dequal(foo: any, bar: any): boolean; | ||
} | ||
declare module 'dequal/lite' { | ||
export function dequal(foo: any, bar: any): boolean; | ||
} | ||
export function dequal(foo: any, bar: any): boolean; |
{ | ||
"name": "dequal", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"repository": "lukeed/dequal", | ||
@@ -22,2 +22,3 @@ "description": "A tiny (304B to 489B) utility for check for deep equality", | ||
"pretest": "npm run build", | ||
"postbuild": "echo \"lite\" | xargs -n1 cp -v index.d.ts", | ||
"test": "uvu -r esm test" | ||
@@ -24,0 +25,0 @@ }, |
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
11
14167
196