Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@river-build/web3

Package Overview
Dependencies
Maintainers
0
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@river-build/web3 - npm Package Compare versions

Comparing version 0.0.113 to 0.0.114

3

dist/Utils.js

@@ -96,3 +96,4 @@ import { ethers } from 'ethers';

};
export const findDynamicPricingModule = (pricingModules) => pricingModules.find((module) => module.name === TIERED_PRICING_ORACLE_V3 || module.name === TIERED_PRICING_ORACLE_V2);
export const findDynamicPricingModule = (pricingModules) => pricingModules.find((module) => module.name === TIERED_PRICING_ORACLE_V3) ||
pricingModules.find((module) => module.name === TIERED_PRICING_ORACLE_V2);
export const findFixedPricingModule = (pricingModules) => pricingModules.find((module) => module.name === FIXED_PRICING);

@@ -99,0 +100,0 @@ export function stringifyChannelMetadataJSON({ name, description, }) {

{
"name": "@river-build/web3",
"version": "0.0.113",
"version": "0.0.114",
"packageManager": "yarn@3.8.0",

@@ -22,4 +22,4 @@ "type": "module",

"@isaacs/ttlcache": "^1.4.1",
"@river-build/dlog": "^0.0.113",
"@river-build/generated": "^0.0.113",
"@river-build/dlog": "^0.0.114",
"@river-build/generated": "^0.0.114",
"abitype": "^0.9.10",

@@ -51,3 +51,3 @@ "debug": "^4.3.4",

],
"gitHead": "828542c10a7d1f5388bda7d134cdd84b589b9901"
"gitHead": "5f1068c1e64125231ba237baed300747321545df"
}

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