New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pubkeeper/client

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pubkeeper/client - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

6

dist/src/client.d.ts

@@ -44,5 +44,5 @@ import EventEmitter from 'eventemitter3';

removeBrewer(token: Brewer.Sentinel): void;
addPatron(topic: Topic): Brewer.Sentinel;
addPatron(topic: Topic, callback: ActivationCallback<IPatron>): Brewer.Sentinel;
addPatron(topic: Topic, options: Patron.Options, callback: ActivationCallback<IPatron>): Brewer.Sentinel;
addPatron(topic: Topic): Patron.Sentinel;
addPatron(topic: Topic, callback: ActivationCallback<IPatron>): Patron.Sentinel;
addPatron(topic: Topic, options: Patron.Options, callback: ActivationCallback<IPatron>): Patron.Sentinel;
removePatron(token: Patron.Sentinel): void;

@@ -49,0 +49,0 @@ private setStatus;

{
"name": "@pubkeeper/client",
"version": "4.0.3",
"version": "4.0.4",
"description": "Pubkeeper javascript SDK",

@@ -53,3 +53,3 @@ "main": "./dist/index.js",

"@pubkeeper/default-cipher-helpers": "^2.0.0",
"@pubkeeper/types": "^1.0.0",
"@pubkeeper/types": "^1.0.2",
"@types/debug": "^0.0.31",

@@ -56,0 +56,0 @@ "debug": "^2.6.9",

@@ -177,5 +177,5 @@ /* tslint:disable:unified-signatures */

public addPatron(topic: Topic): Brewer.Sentinel;
public addPatron(topic: Topic, callback: ActivationCallback<IPatron>): Brewer.Sentinel;
public addPatron(topic: Topic, options: Patron.Options, callback: ActivationCallback<IPatron>): Brewer.Sentinel;
public addPatron(topic: Topic): Patron.Sentinel;
public addPatron(topic: Topic, callback: ActivationCallback<IPatron>): Patron.Sentinel;
public addPatron(topic: Topic, options: Patron.Options, callback: ActivationCallback<IPatron>): Patron.Sentinel;
public addPatron(topic: Topic, ...args: any[]): Patron.Sentinel {

@@ -182,0 +182,0 @@ const token = patronSentinel(topic);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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