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

libxml.wasm

Package Overview
Dependencies
Maintainers
1
Versions
58
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-develop-f97fa7dbae4e6c6c84735da8ca49ceca7c9cfea4 to 1.0.1-develop-ffd200860ab077a4b59674705e535dcf01236629

12

package.json
{
"name": "libxml.wasm",
"version": "1.0.1-develop-f97fa7dbae4e6c6c84735da8ca49ceca7c9cfea4",
"version": "1.0.1-develop-ffd200860ab077a4b59674705e535dcf01236629",
"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,7 +56,7 @@ "@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",

@@ -63,0 +63,0 @@ "typescript": "^5.4.5"

# 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