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.6.1 to 0.6.2

3

lib/protocol.js

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

{ name: "z", type: "int" },
{ name: "face", type: "byte" }
{ name: "face", type: "ubyte" }
],

@@ -1167,2 +1167,3 @@ 0x0f: [

var packetInfo = packets[packetId];
assert.ok(packetInfo, "unrecognized packet id: " + packetId);
return Array.isArray(packetInfo) ?

@@ -1169,0 +1170,0 @@ packetInfo :

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

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

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