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

lightstreamer-adapter

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightstreamer-adapter - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

13

CHANGELOG.md

@@ -0,1 +1,14 @@

## 1.4.2 (6 Dec 2018) ##
### Bug Fixes ###
Fixed a bug which prevented instantiation of multiple Data Adapters in the
same process, causing a "Unexpected late DPI message" error to be issued.
### Lightstreamer Compatibility Notes ###
Compatible with Adapter Remoting Infrastructure since 1.8
## 1.4.1 (22 Feb 2018) ##

@@ -2,0 +15,0 @@

2

lib/dataprovider.js

@@ -67,3 +67,3 @@ /*

// the data in parser
reader = new DataReader();
reader = new DataReader(),

@@ -70,0 +70,0 @@ // init message expected

{
"name": "lightstreamer-adapter",
"version": "1.4.1",
"version": "1.4.2",
"description": "This package includes the resources needed to write Data Adapters and Metadata Adapters for Lightstreamer Server in a Node.js environment. The adapters will run in a separate process, communicating with the Server through the Adapter Remoting Infrastructure.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,2 +0,2 @@

# Lightstreamer SDK for Node Adapters 1.4.1 #
# Lightstreamer SDK for Node Adapters 1.4.2 #

@@ -99,3 +99,3 @@ This package includes the resources needed to write Data Adapters and Metadata Adapters for [Lightstreamer](http://www.lightstreamer.com/ "Lightstreamer") Server in a [Node.js](http://nodejs.org/ "Node.js") environment.

### API Reference ###
http://www.lightstreamer.com/api/ls-nodejs-adapter/1.4.1/
http://www.lightstreamer.com/api/ls-nodejs-adapter/1.4.2/

@@ -149,3 +149,3 @@ ## Develop ##

## See Also ##
* [Adapter Remoting Infrastructure Network Protocol Specification](http://www.lightstreamer.com/latest/Lightstreamer_Allegro-Presto-Vivace_7_0/Lightstreamer/DOCS-SDKs/sdk_adapter_generic/doc/ARI%20Protocol.pdf "Lightstreamer ARI protocol")
* [Adapter Remoting Infrastructure Network Protocol Specification](http://www.lightstreamer.com/docs/adapter_generic_base/ARI Protocol.pdf "Lightstreamer ARI protocol")
* [Lightstreamer Chat Demo adapter for Node](https://github.com/Lightstreamer/Lightstreamer-example-Chat-adapter-node "Lightstreamer Chat Demo adapter for Node")

@@ -152,0 +152,0 @@

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