libxml.wasm
Advanced tools
Comparing version 1.0.1-1.0.1-01249467cfc7ac08ef568db0f224afe816cc38b3 to 1.0.1-develop-00b314c91708704ecfff49ae2f4b2b04ce6c7379
{ | ||
"name": "libxml.wasm", | ||
"version": "1.0.1-1.0.1-01249467cfc7ac08ef568db0f224afe816cc38b3", | ||
"version": "1.0.1-develop-00b314c91708704ecfff49ae2f4b2b04ce6c7379", | ||
"type": "module", | ||
@@ -44,5 +44,5 @@ "types": "types.d.ts", | ||
"devDependencies": { | ||
"@swc/core": "^1.5.5", | ||
"@swc/core": "^1.5.25", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.12.11", | ||
"@types/node": "^20.14.0", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
@@ -56,9 +56,9 @@ "@typescript-eslint/parser": "^6.21.0", | ||
"eslint-plugin-n": "^16.6.2", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-promise": "^6.2.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.2.5", | ||
"prettier": "^3.3.1", | ||
"rimraf": "^5.0.7", | ||
"ts-jest": "^29.1.2", | ||
"ts-jest": "^29.1.4", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.5.2" | ||
}, | ||
@@ -65,0 +65,0 @@ "scripts": { |
# libxml.wasm | ||
## Build | ||
[Demo](https://libxmlwasm.github.io/) | ||
## Installation | ||
```bash | ||
npm install libxml.wasm | ||
``` | ||
Alternatively, you can install from [GitHub Package Registry](https://github.com/libxmlwasm/libxml.wasm/pkgs/npm/wasm) | ||
### (Optional) Build mnually | ||
```bash | ||
# Build also libraries | ||
@@ -15,3 +25,5 @@ docker compose up ci | ||
```ts | ||
import init from "@libxml/wasm" | ||
import init from "libxml.wasm" | ||
// or "libxml.wasm/esm", "libxml.wasm/cjs" | ||
const libxml = await init() | ||
@@ -18,0 +30,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
2659578
52