🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

wasmup

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wasmup - npm Package Compare versions

Comparing version
0.10.3
to
0.10.4
+1
-1
dist/cli.mjs

@@ -940,3 +940,3 @@ import process from "node:process";

//#region package.json
var version = "0.10.3";
var version = "0.10.4";
//#endregion

@@ -943,0 +943,0 @@ //#region src/cli.ts

{
"name": "wasmup",
"version": "0.10.3",
"version": "0.10.4",
"description": "package util for wasm",

@@ -29,5 +29,5 @@ "keywords": [

"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"scripts": {

@@ -34,0 +34,0 @@ "build": "tsdown",