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

svg2png-wasm

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svg2png-wasm - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

11

package.json
{
"name": "svg2png-wasm",
"version": "1.3.0",
"version": "1.3.1",
"description": "A svg to png converter made with wasm.",

@@ -29,6 +29,6 @@ "main": "dist/index.cjs",

"format": "run-p format:*",
"format:all": "prettier --write .",
"format:all": "prettier --write --plugin-search-dir=. .",
"format:rust": "cargo fmt",
"lint": "run-p lint:*",
"lint:js": "prettier --check .",
"lint:js": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .prettierignore .",
"lint:rust": "cargo fmt -- --check && cargo clippy",

@@ -72,2 +72,5 @@ "test": "run-p test:vrt test:node",

"esbuild": "^0.13.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"glob": "^7.2.0",

@@ -77,2 +80,4 @@ "jest": "^27.2.4",

"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"svelte": "^3.43.2",
"reg-cli": "^0.17.3",

@@ -79,0 +84,0 @@ "rimraf": "^3.0.2",

@@ -15,2 +15,6 @@ # <img src="./logo.svg" width="150px">

## 📊 Benchmark
[Benchmark result](./benchmark/README.md)
## 💻 Usage

@@ -17,0 +21,0 @@

Sorry, the diff of this file is not supported yet

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