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

@waves.exchange/config-ws

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waves.exchange/config-ws - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

8

dist/configUpdates.js

@@ -7,4 +7,5 @@ "use strict";

configs: Object.create(null),
filePath: null,
type: null
filePath: undefined,
type: undefined,
topic: undefined
};

@@ -52,3 +53,4 @@ const RECONNECT_TIMEOUT = 5000;

type: data.type,
filePath: data.topic
filePath: filePath,
topic
});

@@ -55,0 +57,0 @@ });

@@ -42,4 +42,5 @@ export declare type PingUpdate = {

configs: Record<string, Record<any, any>>;
filePath?: string | null;
type?: string | null;
topic?: string;
filePath?: string;
type?: string;
};

@@ -46,0 +47,0 @@ export declare type SocketErrorEvent = {

{
"name": "@waves.exchange/config-ws",
"version": "0.2.2",
"version": "0.2.3",
"main": "dist/index.js",

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

@@ -6,4 +6,5 @@ import { WebSocketSubject, webSocket, BehaviorSubject } from '@waves.exchange/reactive';

configs: Object.create(null),
filePath: null,
type: null
filePath: undefined,
type: undefined,
topic: undefined
};

@@ -77,3 +78,4 @@

type: data.type,
filePath: data.topic
filePath: filePath,
topic
});

@@ -80,0 +82,0 @@ });

@@ -50,3 +50,7 @@

export type ConfigState = { configs: Record<string, Record<any, any>>, filePath?: string|null, type?: string|null };
export type ConfigState = {
configs: Record<string, Record<any, any>>;
topic?: string;
filePath?: string; type?: string;
};

@@ -53,0 +57,0 @@ export type SocketErrorEvent = {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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