Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

cent

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cent - npm Package Compare versions

Comparing version
3.0.0
to
3.0.1
+1
-1
cent.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: cent
Version: 3.0.0
Version: 3.0.1
Summary: Python library to communicate with Centrifugo API

@@ -5,0 +5,0 @@ Home-page: https://github.com/centrifugal/cent

@@ -237,3 +237,3 @@ # coding: utf-8

result = self._send_one()
return result["history"]
return result["publications"]

@@ -240,0 +240,0 @@ def history_remove(self, channel):

Metadata-Version: 1.1
Name: cent
Version: 3.0.0
Version: 3.0.1
Summary: Python library to communicate with Centrifugo API

@@ -5,0 +5,0 @@ Home-page: https://github.com/centrifugal/cent

@@ -12,5 +12,11 @@ CENT

### Centrifugo compatibility
Cent v3.0.0 and higher works only with Centrifugo v2.
If you need to work with Centrifugo v1 then use Cent [v2.1.0](https://github.com/centrifugal/cent/tree/v2.1.0)
### High-level library API
First see [available API methods in documentation](https://fzambia.gitbooks.io/centrifugal/content/server/api.html).
First see [available API methods in documentation](https://centrifugal.github.io/centrifugo/server/api/).

@@ -17,0 +23,0 @@ This library contains `Client` class to send messages to Centrifugo from your python-powered backend:

@@ -22,3 +22,3 @@ import os

name='cent',
version='3.0.0',
version='3.0.1',
description="Python library to communicate with Centrifugo API",

@@ -25,0 +25,0 @@ long_description=long_description(),