New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

js-wasm-tools

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-wasm-tools - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

bin/js-wasm-tools.mjs

5

package.json
{
"name": "js-wasm-tools",
"version": "1.1.0",
"version": "1.2.0",
"author": "Dominic Elm",

@@ -10,2 +10,5 @@ "description": "JavaScript version of wasm-tools, low level tooling for WebAssembly in Rust",

"types": "./dist/js_wasm_tools.d.ts",
"bin": {
"js-wasm-tools": "./bin/js-wasm-tools.mjs"
},
"exports": {

@@ -12,0 +15,0 @@ ".": "./dist/js_wasm_tools.js",

2

README.md

@@ -36,3 +36,3 @@ # js-wasm-tools

import path from 'node:path';
import * as url from 'url';
import * as url from 'node:url';

@@ -39,0 +39,0 @@ const __dirname = url.fileURLToPath(new URL('.', import.meta.url));

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