libxml.wasm
Advanced tools
Comparing version 1.0.0 to 1.0.1-develop-f97fa7dbae4e6c6c84735da8ca49ceca7c9cfea4
{ | ||
"name": "libxml.wasm", | ||
"version": "1.0.0", | ||
"version": "1.0.1-develop-f97fa7dbae4e6c6c84735da8ca49ceca7c9cfea4", | ||
"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
2659302
1