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

@blockworks-foundation/mango-feeds

Package Overview
Dependencies
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockworks-foundation/mango-feeds - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

dist/cjs/src/fills.js

@@ -54,6 +54,6 @@ "use strict";

if (this._subscriptions !== undefined) {
this._connected = true;
this._reconnectionAttempts = 0;
this.subscribe(this._subscriptions);
}
this._connected = true;
this._reconnectionAttempts = 0;
if (this._onConnect)

@@ -60,0 +60,0 @@ this._onConnect();

@@ -48,6 +48,6 @@ import ws from 'ws';

if (this._subscriptions !== undefined) {
this._connected = true;
this._reconnectionAttempts = 0;
this.subscribe(this._subscriptions);
}
this._connected = true;
this._reconnectionAttempts = 0;
if (this._onConnect)

@@ -54,0 +54,0 @@ this._onConnect();

{
"name": "@blockworks-foundation/mango-feeds",
"version": "0.1.4",
"version": "0.1.5",
"description": "Typescript Client for mango-feeds.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/blockworks-foundation/mango-feeds",

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