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

@swapkit/api

Package Overview
Dependencies
Maintainers
0
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swapkit/api - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

4

package.json
{
"author": "swapkit-oss",
"dependencies": {
"@swapkit/helpers": "2.0.0",
"@swapkit/helpers": "2.1.0",
"zod": "3.23.8"

@@ -30,3 +30,3 @@ },

"types": "./src/index.ts",
"version": "2.0.2"
"version": "2.0.3"
}

@@ -268,2 +268,7 @@ import {

),
cfBoost: z.optional(
z.boolean({
description: "Set to true to enable CF boost to speed up Chainflip swaps. BTC only.",
}),
),
})

@@ -270,0 +275,0 @@ .refine((data) => data.sellAsset !== data.buyAsset, {

Sorry, the diff of this file is too big to display

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