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

cent.js

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cent.js - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

dist/cent-params.interface.d.ts

@@ -16,3 +16,3 @@ import { CentMethods } from './cent-methods.enum';

declare type ClientParams = {
client: string;
client?: string;
};

@@ -19,0 +19,0 @@ declare type PublishParams = ChannelParams & DataParams & SkipHistoryParams;

@@ -25,3 +25,3 @@ import { CentOptions } from './cent-options.interface';

} & {
client: string;
client?: string;
}) => Promise<import("./cent-responses.interface").OverrideResponse>;

@@ -33,3 +33,3 @@ unsubscribe: (params?: {

} & {
client: string;
client?: string;
}) => Promise<import("./cent-responses.interface").EmptyResponse>;

@@ -39,3 +39,3 @@ disconnect: (params?: {

} & {
client: string;
client?: string;
}) => Promise<import("./cent-responses.interface").EmptyResponse>;

@@ -45,3 +45,3 @@ refresh: (params?: {

} & {
client: string;
client?: string;
}) => Promise<import("./cent-responses.interface").EmptyResponse>;

@@ -48,0 +48,0 @@ getPresence: (params?: {

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

{
"name": "cent.js",
"description": "Javascript library to communicate with Centrifugo HTTP API",
"version": "2.0.2",
"version": "2.0.3",
"scripts": {

@@ -27,21 +27,21 @@ "build": "rimraf -rf dist && tsc -p tsconfig.json",

"dependencies": {
"axios": "0.26.0"
"axios": "0.27.2"
},
"devDependencies": {
"@commitlint/cli": "16.2.1",
"@commitlint/config-angular": "16.2.1",
"@types/jest": "27.4.0",
"@types/node": "17.0.18",
"@typescript-eslint/eslint-plugin": "5.12.0",
"@typescript-eslint/parser": "5.12.0",
"eslint": "8.9.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"husky": "7.0.4",
"@commitlint/cli": "17.0.0",
"@commitlint/config-angular": "17.0.0",
"@types/jest": "27.5.0",
"@types/node": "17.0.35",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.25.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"husky": "8.0.1",
"jest": "27.5.1",
"prettier": "2.5.1",
"release-it": "14.12.4",
"prettier": "2.6.2",
"release-it": "15.0.0",
"rimraf": "3.0.2",
"ts-jest": "27.1.3",
"typescript": "4.5.5"
"ts-jest": "27.1.4",
"typescript": "4.6.4"
},

@@ -48,0 +48,0 @@ "repository": {

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