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

minecraft-protocol

Package Overview
Dependencies
Maintainers
7
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minecraft-protocol - npm Package Compare versions

Comparing version 1.26.2 to 1.26.3

4

docs/HISTORY.md
# History
## 1.26.3
* fix typescript types
## 1.26.2

@@ -4,0 +8,0 @@

2

package.json
{
"name": "minecraft-protocol",
"version": "1.26.2",
"version": "1.26.3",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",

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

@@ -25,3 +25,3 @@ /// <reference types="node" />

setSocket(socket: Socket): void
end(reason: string): void
end(reason?: string): void
registerChannel(name: string, typeDefinition: any, custom?: boolean): void

@@ -28,0 +28,0 @@ unregisterChannel(name: 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