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

@matrixai/ws

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matrixai/ws - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

5

dist/WebSocketClient.d.ts

@@ -1,2 +0,2 @@

import type { WebSocketClientConfigInput } from './types';
import type { ResolveHostname, StreamCodeToReason, StreamReasonToCode, WebSocketClientConfigInput } from './types';
import type { ContextTimedInput } from '@matrixai/contexts';

@@ -40,2 +40,5 @@ import { createDestroy } from '@matrixai/async-init';

config?: WebSocketClientConfigInput;
resolveHostname?: ResolveHostname;
reasonToCode?: StreamReasonToCode;
codeToReason?: StreamCodeToReason;
logger?: Logger;

@@ -42,0 +45,0 @@ }, ctx?: Partial<ContextTimedInput>): Promise<WebSocketClient>;

2

package.json
{
"name": "@matrixai/ws",
"version": "1.1.3",
"version": "1.1.4",
"author": "Matrix AI",

@@ -5,0 +5,0 @@ "contributors": [

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