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

@turnkey/viem

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turnkey/viem - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

7

CHANGELOG.md
# @turnkey/viem
## 0.2.5
### Patch Changes
- Updated dependencies
- @turnkey/http@1.3.0
## 0.2.4

@@ -4,0 +11,0 @@

15

package.json
{
"name": "@turnkey/viem",
"version": "0.2.4",
"version": "0.2.5",
"main": "./dist/index.js",

@@ -37,8 +37,9 @@ "types": "./dist/index.d.ts",

"peerDependencies": {
"viem": "^1.5.0"
"viem": "^1.10.0"
},
"dependencies": {
"cross-fetch": "^4.0.0",
"typescript": "5.1",
"@turnkey/http": "1.2.0",
"@turnkey/api-key-stamper": "0.1.1"
"@turnkey/api-key-stamper": "0.1.1",
"@turnkey/http": "1.3.0"
},

@@ -48,3 +49,3 @@ "devDependencies": {

"jest": "^29.3.1",
"viem": "^1.5.3"
"viem": "^1.10.0"
},

@@ -58,4 +59,6 @@ "engines": {

"test": "jest",
"typecheck": "tsc -p tsconfig.typecheck.json"
"anvil": "anvil",
"typecheck": "tsc -p tsconfig.typecheck.json",
"compile:contracts": "hardhat compile"
}
}

4

README.md

@@ -71,2 +71,6 @@ # @turnkey/viem

## Testing (Local)
See `.env.example` to get your local testing environment right. In order to run the tests, run an Anvil node in one shell (via `pnpm anvil`), and run `pnpm jest` in another.
## See also

@@ -73,0 +77,0 @@

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