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

@dojoengine/utils-wasm

Package Overview
Dependencies
Maintainers
0
Versions
83
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 1.0.8 to 1.0.9

63

package.json
{
"name": "@dojoengine/utils-wasm",
"version": "1.0.8",
"description": "dojo: wasm utils ",
"author": "dojo",
"license": "MIT",
"main": "./pkg/utils_wasm.js",
"type": "module",
"scripts": {
"build-wasm": "cd crate && ./build.sh",
"build": "npm run build-wasm && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"./pkg/utils_wasm_bg.wasm",
"./pkg/utils_wasm.js",
"./pkg/utils_wasm_bg.js",
"./pkg/utils_wasm.d.ts"
],
"module": "./pkg/utils_wasm.js",
"types": "./pkg/utils_wasm.d.ts",
"sideEffects": [
"./pkg/utils_wasm.js",
"./pkg/snippets/*"
],
"devDependencies": {
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"wasm-pack": "^0.12.1"
},
"gitHead": "64589c0903b81d5a084f30d3aae2fbb70901826c"
}
"name": "@dojoengine/utils-wasm",
"version": "1.0.9",
"description": "dojo: wasm utils ",
"author": "dojo",
"license": "MIT",
"main": "./pkg/utils_wasm.js",
"type": "module",
"files": [
"./pkg/utils_wasm_bg.wasm",
"./pkg/utils_wasm.js",
"./pkg/utils_wasm_bg.js",
"./pkg/utils_wasm.d.ts"
],
"module": "./pkg/utils_wasm.js",
"types": "./pkg/utils_wasm.d.ts",
"sideEffects": [
"./pkg/utils_wasm.js",
"./pkg/snippets/*"
],
"devDependencies": {
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"wasm-pack": "^0.12.1"
},
"scripts": {
"build-wasm": "cd crate && ./build.sh",
"build": "npm run build-wasm && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
}
}
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