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
2
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 0.8.1 to 0.9.0

2

lib/protocol.js

@@ -436,3 +436,3 @@ var assert = require('assert');

{ name: "displayText", type: "string" },
{ name: "create", type: "bool" }
{ name: "action", type: "byte" }
],

@@ -439,0 +439,0 @@ 0xcf: [

{
"name": "minecraft-protocol",
"version": "0.8.1",
"version": "0.9.0",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",

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

@@ -259,2 +259,6 @@ # minecraft protocol

### 0.9.0
* 0xce: create changed from bool to byte (thanks Robin Lambertz)
### 0.8.1

@@ -261,0 +265,0 @@

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