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

@avalabs/vm-module-types

Package Overview
Dependencies
Maintainers
0
Versions
531
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avalabs/vm-module-types - npm Package Compare versions

Comparing version 0.0.0-cp-8362-20240709204552 to 0.0.0-cp-8362-20240711142801

.turbo/turbo-build.log

5

CHANGELOG.md
# @avalabs/vm-module-types
## 0.0.0-cp-8362-20240709204552
## 0.0.0-cp-8362-20240711142801
### Patch Changes
- c7dbdcd: add getBalances to evm-module
- cd97708: fix: build types package
- 19d1aba: add getBalances to evm-module

@@ -9,0 +10,0 @@ ## 0.0.11

12

package.json
{
"name": "@avalabs/vm-module-types",
"version": "0.0.0-cp-8362-20240709204552",
"main": "src/index.ts",
"version": "0.0.0-cp-8362-20240711142801",
"main": "dist/index.cjs",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"type": "module",
"dependencies": {

@@ -9,2 +12,3 @@ "zod": "3.23.8"

"devDependencies": {
"tsup": "7.2.0",
"bn.js": "5.2.1",

@@ -14,7 +18,9 @@ "@types/bn.js": "5.1.5",

"@avalabs/utils-sdk": "2.8.0-alpha.193",
"eslint-config-custom": "0.0.0-cp-8362-20240709204552"
"@internal/tsup-config": "0.0.1",
"eslint-config-custom": "0.0.0-cp-8362-20240711142801"
},
"scripts": {
"build": "tsup",
"lint": "eslint \"src/**/*.ts\""
}
}

@@ -5,5 +5,5 @@ {

"outDir": "./dist",
"composite": true
"tsBuildInfoFile": ".tsbuildinfo"
},
"include": ["src"]
}
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