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

newsware

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

newsware - npm Package Compare versions

Comparing version 5.0.0-beta.3 to 5.0.0-beta.4

2

lib/src/wsclient.js

@@ -56,2 +56,4 @@ "use strict";

options.openCallback();
if (options.automaticReconnect)
this.reconnectMessages.map(message => this.sendSocketMessage(message));
};

@@ -58,0 +60,0 @@ this.socket.onclose = (event) => {

2

package.json
{
"name": "newsware",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"description": "Typescript client for interacting with the Newsware API",

@@ -5,0 +5,0 @@ "main": "lib/src/index.js",

@@ -62,2 +62,4 @@ import {ConnectOptions, EndpointDescription, SubscribeOptions, WebsocketRequest, WebsocketResponse,} from "./types";

options.openCallback()
if (options.automaticReconnect)
this.reconnectMessages.map(message => this.sendSocketMessage(message))
}

@@ -64,0 +66,0 @@

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