Socket
Socket
Sign inDemoInstall

web3-types

Package Overview
Dependencies
Maintainers
5
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-types - npm Package Compare versions

Comparing version 1.2.1-dev.b8fa712.0 to 1.2.1-dev.bfcbea8.0

2

lib/commonjs/eth_abi_types.d.ts

@@ -14,3 +14,3 @@ import { Address } from './eth_types.js';

[key: string]: unknown;
name?: string;
name: string;
type: string;

@@ -17,0 +17,0 @@ }

@@ -14,3 +14,3 @@ import { Address } from './eth_types.js';

[key: string]: unknown;
name?: string;
name: string;
type: string;

@@ -17,0 +17,0 @@ }

{
"name": "web3-types",
"version": "1.2.1-dev.b8fa712.0+b8fa712",
"version": "1.2.1-dev.bfcbea8.0+bfcbea8",
"description": "Provide the common data structures and interfaces for web3 modules.",

@@ -28,3 +28,3 @@ "main": "./lib/commonjs/index.js",

"prebuild": "yarn clean",
"build": "yarn build:cjs & yarn build:esm & yarn build:types",
"build": "concurrently --kill-others-on-fail \"yarn:build:*(!check)\"",
"build:cjs": "tsc --build tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > ./lib/commonjs/package.json",

@@ -60,3 +60,3 @@ "build:esm": "tsc --build tsconfig.esm.json && echo '{\"type\": \"module\"}' > ./lib/esm/package.json",

},
"gitHead": "b8fa7124d1d1e4c9c16b60ad2ce58559f72efd27"
"gitHead": "bfcbea8616d18d4b134ebfeee392f12f698ff87c"
}

@@ -66,3 +66,3 @@ /*

[key: string]: unknown;
name?: string;
name: string;
type: string;

@@ -69,0 +69,0 @@ }

Sorry, the diff of this file is not supported yet

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