Socket
Socket
Sign inDemoInstall

lightstreamer-jms-web-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightstreamer-jms-web-client - npm Package Compare versions

Comparing version 2.0.0-b1 to 2.0.0

2

package.json
{
"name": "lightstreamer-jms-web-client",
"version": "2.0.0-b1",
"version": "2.0.0",
"description": "JavaScript library for the development of Lightstreamer JMS Extender clients running inside the web browser",

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

@@ -30,3 +30,3 @@ # Lightstreamer JMS Extender Web Client #

```html
<script src="https://unpkg.com/lightstreamer-jms-web-client@2.0.0-b1/dist/lightstreamer-jms.js"></script>
<script src="https://unpkg.com/lightstreamer-jms-web-client@2.0.0/dist/lightstreamer-jms.js"></script>
```

@@ -38,3 +38,3 @@

```js
jms.TopicConnectionFactory.createTopicConnection("http://localhost:8080/", "HornetQ", null, null, {
jms.TopicConnectionFactory.createTopicConnection("http://localhost:8080/", "ActiveMQ", null, null, {
onConnectionCreated: function(conn) {

@@ -60,5 +60,5 @@ var topicSession = conn.createSession(false, "PRE_ACK");

onMessage: function(message) {
var feedMessage= message.getObject();
var key= feedMessage.itemName;
var values= feedMessage.currentValues;
var feedMessage = message.getObject();
var key = feedMessage.itemName;
var values = feedMessage.currentValues;
console.log(values["stock_name"] + ": " + values["last_price"]);

@@ -75,7 +75,7 @@ }

## Changelog
See detailed changes [here](https://lightstreamer.com/repo/res/ls-jms-web-client/2.0.0-b1/CHANGELOG.html).
See detailed changes [here](https://lightstreamer.com/repo/res/ls-jms-web-client/2.0.0/CHANGELOG.html).
## Documentation
- [API Reference](https://www.lightstreamer.com/api/ls-jms-web-client/2.0.0-b1/index.html)
- [API Reference](https://www.lightstreamer.com/api/ls-jms-web-client/2.0.0/index.html)
- Chapter ["Client Application Development"](https://www.lightstreamer.com/jms-docs/baseparent/DOCS-SDKs/JMS%20Extender%20Documentation.pdf) of _JMS Extender Documentation_

Sorry, the diff of this file is too big to display

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