Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "dequal", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"repository": "lukeed/dequal", | ||
@@ -32,2 +32,3 @@ "description": "A tiny (304B to 489B) utility for check for deep equality", | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./dist/index.mjs", | ||
@@ -37,2 +38,3 @@ "require": "./dist/index.js" | ||
"./lite": { | ||
"types": "./index.d.ts", | ||
"import": "./lite/index.mjs", | ||
@@ -39,0 +41,0 @@ "require": "./lite/index.js" |
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
14229