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

@requestnetwork/ethereum-storage

Package Overview
Dependencies
Maintainers
0
Versions
716
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@requestnetwork/ethereum-storage - npm Package Compare versions

Comparing version 0.22.1-next.711 to 0.22.1-next.743

4

dist/src/ethereum-tx-submitter.d.ts

@@ -36,3 +36,5 @@ import { BigNumber, ContractTransaction, providers, Signer } from 'ethers';

initialize(): Promise<void>;
/** Submits an IPFS hash, with fees according to `ipfsSize` */
/** Returns whether EIP-1559 is supported by the underlying provider. */
supportsEip1559(): boolean;
/** Submits an IPFS hash, with fees according to `ipfsSize` */
submit(ipfsHash: string, ipfsSize: number): Promise<ContractTransaction>;

@@ -39,0 +41,0 @@ /** Encodes the submission of an IPFS hash, with fees according to `ipfsSize` */

@@ -40,3 +40,7 @@ "use strict";

}
/** Submits an IPFS hash, with fees according to `ipfsSize` */
/** Returns whether EIP-1559 is supported by the underlying provider. */
supportsEip1559() {
return this.enableEip1559;
}
/** Submits an IPFS hash, with fees according to `ipfsSize` */
submit(ipfsHash, ipfsSize) {

@@ -43,0 +47,0 @@ return tslib_1.__awaiter(this, void 0, void 0, function* () {

{
"name": "@requestnetwork/ethereum-storage",
"version": "0.22.1-next.711+dc135379",
"version": "0.22.1-next.743+d54df7f7",
"publishConfig": {

@@ -38,3 +38,3 @@ "access": "public"

"lint:check": "eslint .",
"test": "jest",
"test": "jest --maxWorkers=1",
"test:watch": "yarn test --watch",

@@ -45,6 +45,6 @@ "init-ipfs": "node scripts/init-ipfs.js"

"@rainbow-me/fee-suggestions": "2.1.0",
"@requestnetwork/smart-contracts": "0.21.1-next.711+dc135379",
"@requestnetwork/types": "0.29.1-next.711+dc135379",
"@requestnetwork/utils": "0.28.1-next.711+dc135379",
"ethers": "5.5.1",
"@requestnetwork/smart-contracts": "0.21.1-next.743+d54df7f7",
"@requestnetwork/types": "0.29.1-next.743+d54df7f7",
"@requestnetwork/utils": "0.28.1-next.743+d54df7f7",
"ethers": "5.7.2",
"form-data": "3.0.0",

@@ -69,3 +69,3 @@ "qs": "6.11.2",

},
"gitHead": "dc135379ba3fa9d2e998c7cdd42f1122d1fd8639"
"gitHead": "d54df7f7923978c066c06dd2b0a9f7c596eb3b80"
}

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