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.80adabe.0 to 1.2.1-dev.90d78c1.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.80adabe.0+80adabe",
"version": "1.2.1-dev.90d78c1.0+90d78c1",
"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": "80adabe986425c2415cf254f85f7025ef133bea7"
"gitHead": "90d78c1b7ffdc74f6ee71376a2b28da5bc55bc06"
}

@@ -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