libxml.wasm
Advanced tools
Comparing version 1.0.0-1.0.0-2b44e7b58cc7ebc6e6461378ca5b150ed3ae24e4 to 1.0.0-1.0.1-95bad5049d5a6b281df52fbea5030d326cf42647
{ | ||
"name": "libxml.wasm", | ||
"version": "1.0.0-1.0.0-2b44e7b58cc7ebc6e6461378ca5b150ed3ae24e4", | ||
"version": "1.0.0-1.0.1-95bad5049d5a6b281df52fbea5030d326cf42647", | ||
"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
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