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-develop-f97fa7dbae4e6c6c84735da8ca49ceca7c9cfea4 to 1.0.1-develop-fcdba88eb4d4f48615f62ba57ec2bf33fad4f779

22

package.json
{
"name": "libxml.wasm",
"version": "1.0.1-develop-f97fa7dbae4e6c6c84735da8ca49ceca7c9cfea4",
"version": "1.0.1-develop-fcdba88eb4d4f48615f62ba57ec2bf33fad4f779",
"type": "module",

@@ -44,20 +44,20 @@ "types": "types.d.ts",

"devDependencies": {
"@swc/core": "^1.5.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.11",
"@swc/core": "^1.9.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.6.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.6.3"
},

@@ -64,0 +64,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