Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

libxml.wasm

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libxml.wasm - npm Package Compare versions

Comparing version 1.0.1-1.0.1-01249467cfc7ac08ef568db0f224afe816cc38b3 to 1.0.1-develop-00b314c91708704ecfff49ae2f4b2b04ce6c7379

14

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc