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

@elevenyellow.com/switchain-api-client

Package Overview
Dependencies
Maintainers
7
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elevenyellow.com/switchain-api-client - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

2

package.json
{
"name": "@elevenyellow.com/switchain-api-client",
"version": "3.3.0",
"version": "3.4.0",
"description": "client module to access switchains's api",

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

@@ -11,3 +11,10 @@ const fetch = require('isomorphic-unfetch')

getOffer({ pair, amount, apiKey, apiUrl: finalApiUrl }),
postOrder: ({ toAddress, refundAddress, pair, fromAmount, signature }) =>
postOrder: ({
toAddress,
refundAddress,
pair,
fromAmount,
toAmount,
signature
}) =>
postOrder({

@@ -18,2 +25,3 @@ toAddress,

fromAmount,
toAmount,
signature,

@@ -67,2 +75,3 @@ apiKey,

fromAmount,
toAmount,
signature,

@@ -78,3 +87,4 @@ apiKey,

pair,
fromAmount
fromAmount,
toAmount
}

@@ -81,0 +91,0 @@ if (signature) body.signature = signature

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