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.103 to 0.1.104

3

dist/database/models/rfq/RFQLiquidityProvider.d.ts

@@ -39,2 +39,3 @@ /// <reference types="mongoose/types/aggregate" />

disabledTokens: import("mongoose").Types.ObjectId[];
disabledChains: import("mongoose").Types.ObjectId[];
fillerAddress: string;

@@ -83,2 +84,3 @@ defaultDestinationBatchingTimeInMinutes: number;

disabledTokens: import("mongoose").Types.ObjectId[];
disabledChains: import("mongoose").Types.ObjectId[];
fillerAddress: string;

@@ -127,2 +129,3 @@ defaultDestinationBatchingTimeInMinutes: number;

disabledTokens: import("mongoose").Types.ObjectId[];
disabledChains: import("mongoose").Types.ObjectId[];
fillerAddress: string;

@@ -129,0 +132,0 @@ defaultDestinationBatchingTimeInMinutes: number;

@@ -19,2 +19,8 @@ "use strict";

],
disabledChains: [
{
type: mongoose_1.Schema.Types.ObjectId,
ref: "Chain",
},
],
fillerAddress: { type: String, required: true },

@@ -21,0 +27,0 @@ defaultDestinationBatchingTimeInMinutes: { type: Number, required: true, default: 10 },

@@ -144,2 +144,3 @@ import { DexName, DexType, SquidCallData } from "@0xsquid/squid-types";

disabledTokens: SquidToken[];
disabledChains: SquidChain[];
fillerAddress: string;

@@ -146,0 +147,0 @@ defaultDestinationBatchingTimeInMinutes: number;

2

package.json
{
"name": "@0xsquid/squid-share",
"version": "0.1.103",
"version": "0.1.104",
"description": "JS and TS share relating to 0xsquid related projects.",

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

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