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.9.17 to 5.9.18

2

package.json
{
"name": "diffusion",
"version": "5.9.17",
"version": "5.9.18",
"description": "Diffusion JavaScript Client",

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

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

*/
version: '5.9.17',
version: '5.9.18',
build: '17_01#53276',
build: '18_dev#internal',

@@ -41,0 +41,0 @@ /**

@@ -1,5 +0,6 @@

import {Subscription} from './subscription.d';
export interface TypedSubscription extends Subscription {
import {Stream} from "./stream";
export interface TypedSubscription extends Stream {
selector: string;
}
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