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

@dethcrypto/eth-sdk-client

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dethcrypto/eth-sdk-client - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

CHANGELOG.md

30

package.json
{
"name": "@dethcrypto/eth-sdk-client",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"description": "This package is required if you want `eth-sdk` to generate SDK directly to `node_modules`.",
"repository": {
"type": "git",
"url": "https://github.com/dethcrypto/eth-sdk",
"directory": "packages/client"
},
"keywords": [
"ethereum",
"TypeScript",
"bindings",
"smartcontract",
"blockchain",
"TypeChain",
"codegen",
"sdk"
],
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"sideEffects": false,
"files": [

@@ -16,9 +34,9 @@ "index.js",

"format:fix": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --write \"./**/*.ts\"",
"lint": "true",
"lint:fix": "true",
"typecheck": "true",
"clean": "true",
"test": "true",
"lint": "echo ok",
"lint:fix": "echo ok",
"typecheck": "echo ok",
"clean": "echo ok",
"test": "echo ok",
"test:fix": "yarn lint:fix && yarn format:fix && yarn test && yarn typecheck"
}
}
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