You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@dojoengine/utils-wasm

Package Overview
Dependencies
Maintainers
0
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dojoengine/utils-wasm - npm Package Compare versions

Comparing version

to
1.2.6

8

package.json
{
"name": "@dojoengine/utils-wasm",
"version": "1.2.5",
"version": "1.2.6",
"description": "dojo: wasm utils ",

@@ -28,6 +28,8 @@ "author": "dojo",

"scripts": {
"build-wasm": "cd crate && ./build.sh",
"build": "npm run build-wasm && tsc",
"build:wasm": "cd crate && sh ./build.sh",
"build": "pnpm build:wasm",
"format:check": "prettier --check .",
"format": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
}
}