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

web3-plugin-example

Package Overview
Dependencies
Maintainers
4
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-plugin-example - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4-dev.1cdc86c.0

1

lib/contract_method_wrappers.js

@@ -36,2 +36,3 @@ "use strict";

const web3_utils_1 = require("web3-utils");
// eslint-disable-next-line require-extensions/require-extensions
const reexported_web3_context_1 = require("./reexported_web3_context");

@@ -38,0 +39,0 @@ Object.defineProperty(exports, "Web3Context", { enumerable: true, get: function () { return reexported_web3_context_1.Web3Context; } });

@@ -30,2 +30,3 @@ "use strict";

const web3_core_1 = require("web3-core");
// eslint-disable-next-line require-extensions/require-extensions
const reexported_web3_context_1 = require("./reexported_web3_context");

@@ -32,0 +33,0 @@ Object.defineProperty(exports, "Web3Context", { enumerable: true, get: function () { return reexported_web3_context_1.Web3Context; } });

16

package.json
{
"name": "web3-plugin-example",
"version": "1.0.3",
"version": "1.0.4-dev.1cdc86c.0+1cdc86c",
"description": "Example implementations of Web3.js' 4.x plugin system",

@@ -48,8 +48,8 @@ "repository": "https://github.com/ChainSafe/web3.js",

"typescript": "^4.7.4",
"web3": "^4.1.0",
"web3-core": "^4.1.0",
"web3-eth-abi": "^4.1.0",
"web3-eth-contract": "^4.0.4",
"web3-types": "^1.1.0",
"web3-utils": "^4.0.4"
"web3": "4.1.1-dev.1cdc86c.0+1cdc86c",
"web3-core": "4.1.1-dev.1cdc86c.0+1cdc86c",
"web3-eth-abi": "4.1.1-dev.1cdc86c.0+1cdc86c",
"web3-eth-contract": "4.0.5-dev.1cdc86c.0+1cdc86c",
"web3-types": "1.1.1-dev.1cdc86c.0+1cdc86c",
"web3-utils": "4.0.5-dev.1cdc86c.0+1cdc86c"
},

@@ -63,3 +63,3 @@ "peerDependencies": {

},
"gitHead": "af3bad15061c7615f7e2ce75509acf624c9d567b"
"gitHead": "1cdc86cd1543615cc30279199ed890d8abd285b1"
}

@@ -21,4 +21,5 @@ /*

import { format, numberToHex } from 'web3-utils';
// eslint-disable-next-line require-extensions/require-extensions
import { ERC20TokenAbi } from './ERC20Token';
// eslint-disable-next-line require-extensions/require-extensions
import { Web3Context } from './reexported_web3_context';

@@ -25,0 +26,0 @@

@@ -18,3 +18,3 @@ /*

import { Web3PluginBase } from 'web3-core';
// eslint-disable-next-line require-extensions/require-extensions
import { Web3Context } from './reexported_web3_context';

@@ -21,0 +21,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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