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

diffusion

Package Overview
Dependencies
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diffusion - npm Package Compare versions

Comparing version 5.5.1 to 5.5.2

2

package.json
{
"name": "diffusion",
"version": "5.5.1",
"version": "5.5.2",
"description": "Diffusion Javascript UCI client",

@@ -5,0 +5,0 @@ "keywords" : ["diffusion", "reappt", "websockets", "data"],

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

##Diffusion JavaScript API
## Diffusion JavaScript API

@@ -9,3 +9,5 @@ The Diffusion JavaScript API allows interaction with a Diffusion server from both

###Quick start
### Quick start
A client session maintains a connection to the server. To create a session, simply do

@@ -29,3 +31,3 @@

Connecting returns a Promise - this will succeed if the session could be connected, or fail if not.
Connecting returns a [Promise](https://promisesaplus.com/) - this will succeed if the session could be connected, or fail if not.

@@ -54,3 +56,4 @@ ```javascript

####Subscriptions
#### Subscriptions
Data in Diffusion is distributed on *topics*. A topic carries a single value, which

@@ -57,0 +60,0 @@ can be updated. Each topic is addressed by a unique path.

@@ -24,5 +24,5 @@ var SessionImpl = require('session/session-impl');

*/
version : '5.5.1',
version : '5.5.2',
build : '1_01#31128',
build : '2_01#31404',

@@ -29,0 +29,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