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

@gobob/bob-sdk

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gobob/bob-sdk - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

6

dist/gateway/client.js

@@ -73,3 +73,7 @@ "use strict";

});
return await response.json();
const quote = await response.json();
return {
...quote,
fee: Math.max(0, quote.fee - (params.gasRefill || 0)),
};
}

@@ -76,0 +80,0 @@ async startOrder(gatewayQuote, params) {

2

package.json
{
"name": "@gobob/bob-sdk",
"version": "2.2.2",
"version": "2.2.3",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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