Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

viem

Package Overview
Dependencies
Maintainers
1
Versions
2212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

viem - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1-alpha.0

actions/package.json

67

package.json
{
"name": "viem",
"version": "0.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": "TypeScript (& JavaScript) Interface for Ethereum",
"version": "0.0.1-alpha.0",
"dependencies": {
"@noble/hashes": "^1.1.2",
"@wagmi/chains": "^0.1.0",
"abitype": "^0.2.5"
},
"files": [
"/actions",
"/chains",
"/dist",
"/clients",
"/types",
"/utils",
"/window"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./actions": {
"types": "./dist/actions/index.d.ts",
"default": "./dist/actions/index.js"
},
"./chains": {
"types": "./dist/chains.d.ts",
"default": "./dist/chains.js"
},
"./clients": {
"types": "./dist/clients/index.d.ts",
"default": "./dist/clients/index.js"
},
"./utils": {
"types": "./dist/utils/index.d.ts",
"default": "./dist/utils/index.js"
},
"./window": {
"types": "./dist/window.d.ts",
"default": "./dist/window.js"
},
"./package.json": "./package.json"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"license": "WAGMIT",
"repository": "wagmi-dev/viem",
"author": "moxey.eth",
"ethereum": "moxey.eth",
"keywords": [
"eth",
"ethereum",
"dapps",
"wallet",
"web3"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsup",
"dev": "DEV=true tsup"
}
}
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