Socket
Socket
Sign inDemoInstall

@vechain/sdk-ethers-adapter

Package Overview
Dependencies
Maintainers
8
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vechain/sdk-ethers-adapter - npm Package Compare versions

Comparing version 1.0.0-beta.27 to 1.0.0-beta.28

9

package.json
{
"name": "@vechain/sdk-ethers-adapter",
"version": "1.0.0-beta.27",
"version": "1.0.0-beta.28",
"description": "This module serves as a crucial bridge between the standard Ethereum tooling provided by Hardhat and the unique features of the vechain thor blockchain",

@@ -20,3 +20,2 @@ "author": "vechain Foundation",

"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",

@@ -39,5 +38,5 @@ "files": [

"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.27",
"@vechain/sdk-network": "1.0.0-beta.27",
"@vechain/sdk-errors": "1.0.0-beta.27"
"@vechain/sdk-core": "1.0.0-beta.28",
"@vechain/sdk-network": "1.0.0-beta.28",
"@vechain/sdk-errors": "1.0.0-beta.28"
},

@@ -44,0 +43,0 @@ "devDependencies": {

@@ -11,2 +11,3 @@ import type { HardhatVeChainProvider } from '@vechain/sdk-network';

* @returns The adapted contract factory
* @throws {UnsupportedOperation}
*/

@@ -13,0 +14,0 @@ function factoryAdapter<A extends unknown[], I>(

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