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

@zetachain/addresses-tools

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zetachain/addresses-tools - npm Package Compare versions

Comparing version 0.0.1 to 0.0.4

5

package.json
{
"name": "@zetachain/addresses-tools",
"version": "0.0.1",
"license": "MIT",
"version": "0.0.4",
"license": "MIT",
"type": "module",
"author": "zetachain",

@@ -6,0 +7,0 @@ "publishConfig": {

2

src/networks.ts

@@ -9,3 +9,3 @@ import type { NetworksUserConfig } from "hardhat/types";

gasPrice: 80000000000,
url: `https://archive.athens2.zetachain.com/evm`,
url: `https://rpc.ankr.com/zetachain_evm_testnet`,
},

@@ -12,0 +12,0 @@ "bsc-localnet": {

{
"extends": "../../tsconfig.json",
"include": ["./src", "./src/**/*.json"],
"compilerOptions": {
"baseUrl": "./src",
"outDir": "./dist",
"rootDir": "./src",
"paths": {
"~/*": [
"./*"
]
"ts-node": {
// these options are overrides used only by ts-node
// same as the --compilerOptions flag and the TS_NODE_COMPILER_OPTIONS environment variable
"compilerOptions": {
"module": "ES2015"
}
},
"compilerOptions": {
"target": "ES2018",
"module": "ES2015",
"strict": true,
"esModuleInterop": true,
"outDir": "dist",
"declaration": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
},
"exclude": [".yarn", "node_modules"]
}
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