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

six-sdk

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

six-sdk - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

15

lib/session.js

@@ -19,7 +19,8 @@ 'use strict';

window.subscriptions = subscriptions;
window.resourceToSubscription = resourceToSubscription;
window.entityCache = entityCache;
window.resourceCache = resourceCache;
window.entityToResource = entityToResource;
// TODO: remove debug refs for release (move to _internal)
window.__subscriptions = subscriptions;
window.__resourceToSubscription = resourceToSubscription;
window.__entityCache = entityCache;
window.__resourceCache = resourceCache;
window.__entityToResource = entityToResource;

@@ -104,6 +105,6 @@ var unsubscribe = function unsubscribe(id) {

if (listingWithOrderbook) {
if (listingWithOrderbook.quotes && listingWithOrderbook.quotes.bidPrice) {
if (listingWithOrderbook.quotes && listingWithOrderbook.quotes.bidPrice && listingWithOrderbook.orderbook.levels) {
listingWithOrderbook.orderbook.levels[0].bidPrice = listingWithOrderbook.quotes.bidPrice;
}
if (listingWithOrderbook.quotes && listingWithOrderbook.quotes.askPrice) {
if (listingWithOrderbook.quotes && listingWithOrderbook.quotes.askPrice && listingWithOrderbook.orderbook.levels) {
listingWithOrderbook.orderbook.levels[0].askPrice = listingWithOrderbook.quotes.askPrice;

@@ -110,0 +111,0 @@ }

{
"name": "six-sdk",
"version": "0.2.0",
"version": "0.2.1",
"description": "SIX Javascript SDK",

@@ -5,0 +5,0 @@ "main": "lib",

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