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

@satorijs/protocol

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@satorijs/protocol - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

lib/index.d.ts

@@ -258,3 +258,3 @@ import Element from '@satorijs/element';

readonly protocol?: string;
readonly readyState?: WebSocket.ReadyState;
readonly readyState?: number;
close(code?: number, reason?: string): void;

@@ -261,0 +261,0 @@ send(data: string): void;

{
"name": "@satorijs/protocol",
"description": "Protocol types for Satori protocol",
"version": "1.1.2",
"version": "1.1.3",
"main": "lib/index.js",

@@ -38,5 +38,5 @@ "types": "lib/index.d.ts",

"dependencies": {
"@satorijs/element": "^2.5.1",
"@satorijs/element": "^2.6.1",
"cosmokit": "^1.5.1"
}
}

@@ -382,3 +382,3 @@ import Element from '@satorijs/element'

readonly protocol?: string
readonly readyState?: WebSocket.ReadyState
readonly readyState?: number
close(code?: number, reason?: string): void

@@ -385,0 +385,0 @@ send(data: string): void

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