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.1 to 4.0.2

2

dist/src/client.d.ts

@@ -14,3 +14,3 @@ import EventEmitter from 'eventemitter3';

}
declare type IWebSocketConstructor = new (...args: any[]) => WebSocket;
declare type IWebSocketConstructor = new (url: string, protocols?: string | string[]) => WebSocket;
export default class Client extends EventEmitter {

@@ -17,0 +17,0 @@ readonly status: Status;

{
"name": "@pubkeeper/client",
"version": "4.0.1",
"version": "4.0.2",
"description": "Pubkeeper javascript SDK",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -42,3 +42,3 @@ /* tslint:disable:unified-signatures */

type IWebSocketConstructor = new(...args: any[]) => WebSocket;
type IWebSocketConstructor = new(url: string, protocols?: string | string[]) => WebSocket;

@@ -45,0 +45,0 @@ type BrewerArgs = [Topic, Brewer.Options, ActivationCallback<IBrewer>];

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