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

centrifuge

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

centrifuge - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

5

CHANGELOG.md

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

2.7.1
=====
* Fix type definitions - see [#133](https://github.com/centrifugal/centrifuge-js/pull/133)
2.7.0

@@ -2,0 +7,0 @@ =====

2

dist/centrifuge.d.ts

@@ -41,3 +41,3 @@ // Type definitions for centrifuge 2.*.*

publish(channel: string, data: any): Promise<Centrifuge.PublishResult>;
history(channel: string, options?: HistoryOptions): Promise<Centrifuge.HistoryResult>;
history(channel: string, options?: Centrifuge.HistoryOptions): Promise<Centrifuge.HistoryResult>;
presence(channel: string): Promise<Centrifuge.PresenceResult>;

@@ -44,0 +44,0 @@ presenceStats(channel: string): Promise<Centrifuge.PresenceStatsResult>;

{
"name": "centrifuge",
"version": "2.7.0",
"version": "2.7.1",
"description": "Centrifuge and Centrifugo client for NodeJS and browser",

@@ -5,0 +5,0 @@ "main": "dist/centrifuge.js",

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