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

@bancor/carbon-sdk

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bancor/carbon-sdk - npm Package Compare versions

Comparing version 0.0.7-DEV to 0.0.8-DEV

2

lib/cjs/encoders.js

@@ -15,3 +15,3 @@ "use strict";

y: liq,
z: maxSubMin.isZero() ? maxSubMin : liq.mul(maxSubMin).div(mid.sub(min)),
z: maxSubMin.isZero() ? liq : liq.mul(maxSubMin).div(mid.sub(min)),
A: maxSubMin,

@@ -18,0 +18,0 @@ B: min,

{
"name": "@bancor/carbon-sdk",
"version": "0.0.7-DEV",
"version": "0.0.8-DEV",
"description": "The SDK is a READ-ONLY tool, intended to facilitate working with Carbon contracts. It's a convenient wrapper around our matching algorithm, allowing programs and users get a ready to use transaction data that will allow them to manage strategies and fulfill trades",

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

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