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.1.5 to 2.1.6

0

dist/cent-methods.enum.d.ts

@@ -0,0 +0,0 @@ export declare enum CentMethods {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Axios } from 'axios';

@@ -0,0 +0,0 @@ "use strict";

export declare class CentException extends Error {
}

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './interfaces';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface CentOptions {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const cent_methods_enum_1 = require("../cent-methods.enum");

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const cent_methods_enum_1 = require("../cent-methods.enum");

@@ -0,0 +0,0 @@ export interface ClientInfo {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export * from './client-info.interface';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface Node {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface Publication {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface StreamPosition {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

22

package.json
{
"name": "cent.js",
"description": "Javascript library to communicate with Centrifugo HTTP API",
"version": "2.1.5",
"version": "2.1.6",
"scripts": {

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

"devDependencies": {
"@commitlint/cli": "17.4.4",
"@commitlint/cli": "17.5.0",
"@commitlint/config-angular": "17.4.4",
"@types/jest": "29.4.1",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@types/jest": "29.5.0",
"@types/node": "18.15.7",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"husky": "8.0.3",
"jest": "29.5.0",
"prettier": "2.8.4",
"release-it": "15.8.0",
"rimraf": "4.4.0",
"prettier": "2.8.7",
"release-it": "15.9.1",
"rimraf": "4.4.1",
"ts-jest": "29.0.5",
"typescript": "4.9.5"
"typescript": "5.0.2"
},

@@ -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