object-code
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "object-code", | ||
"description": "A blazing fast hash code generator that supports every possible javascript value.", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"source": "src/index.ts", | ||
@@ -10,9 +10,2 @@ "sideEffects": false, | ||
"module": "dist/index.mjs", | ||
"exports": { | ||
"./*": "./*", | ||
".": { | ||
"import": "./dist/index.modern.js", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
"umd:main": "dist/index.umd.js", | ||
@@ -19,0 +12,0 @@ "unpkg": "dist/index.umd.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
18157