libxml.wasm
Advanced tools
Comparing version 1.0.0 to 1.0.1-1.0.1-01249467cfc7ac08ef568db0f224afe816cc38b3
{ | ||
"name": "libxml.wasm", | ||
"version": "1.0.0", | ||
"version": "1.0.1-1.0.1-01249467cfc7ac08ef568db0f224afe816cc38b3", | ||
"type": "module", | ||
@@ -9,7 +9,14 @@ "types": "types.d.ts", | ||
"exports": { | ||
"./cjs": "./dist/libxml.cjs", | ||
"./esm": "./dist/libxml.mjs", | ||
"./cjs": { | ||
"require": "./dist/libxml.cjs", | ||
"types": "./types.d.ts" | ||
}, | ||
"./esm": { | ||
"import": "./dist/libxml.mjs", | ||
"types": "./types.d.ts" | ||
}, | ||
".": { | ||
"require": "./dist/libxml.cjs", | ||
"imoport": "./dist/libxml.mjs" | ||
"imoport": "./dist/libxml.mjs", | ||
"types": "./types.d.ts" | ||
} | ||
@@ -16,0 +23,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
2659300
1