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
4.0.1
to
4.1.0
+1
-1
cent.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: cent
Version: 4.0.1
Version: 4.1.0
Summary: Python library to communicate with Centrifugo v3 HTTP API

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

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

"publications": result.get("publications", []),
"offset": result.get("publications", 0),
"offset": result.get("offset", 0),
"epoch": result.get("epoch", ""),

@@ -267,0 +267,0 @@ }

Metadata-Version: 1.1
Name: cent
Version: 4.0.1
Version: 4.1.0
Summary: Python library to communicate with Centrifugo v3 HTTP API

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

@@ -20,3 +20,3 @@ import os

name='cent',
version='4.0.1',
version='4.1.0',
description="Python library to communicate with Centrifugo v3 HTTP API",

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