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

@0xsquid/squid-share

Package Overview
Dependencies
Maintainers
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsquid/squid-share - npm Package Compare versions

Comparing version 0.1.97 to 0.1.98

16

dist/database/types/database.d.ts

@@ -145,20 +145,20 @@ import { DexName, DexType, SquidCallData } from "@0xsquid/squid-types";

defaultHubBatchingTimeInMinutes: number;
chainDestinationBatchingTimeInMinutes: [{
chainDestinationBatchingTimeInMinutes: {
chainId: string;
timeInMinutes: number;
}];
chainHubBatchingTimeInMinutes: [{
}[];
chainHubBatchingTimeInMinutes: {
chainId: string;
timeInMinutes: number;
}];
}[];
defaultDestinationBatchingMinAmountInUSD: number;
defaultHubBatchingMinAmountInUSD: number;
chainDestinationBatchingMinAmountInUSD: [{
chainDestinationBatchingMinAmountInUSD: {
chainId: string;
amountInUSD: number;
}];
chainHubBatchingMinAmountInUSD: [{
}[];
chainHubBatchingMinAmountInUSD: {
chainId: string;
amountInUSD: number;
}];
}[];
}

@@ -165,0 +165,0 @@ export interface SquidRFQEvent extends SquidMongoItem {

{
"name": "@0xsquid/squid-share",
"version": "0.1.97",
"version": "0.1.98",
"description": "JS and TS share relating to 0xsquid related projects.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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