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

minecraft-protocol

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minecraft-protocol - npm Package Compare versions

Comparing version

to
0.6.3

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

{ name: "x", type: "int" },
{ name: "y", type: "byte" },
{ name: "y", type: "ubyte" },
{ name: "z", type: "int" },

@@ -118,3 +118,3 @@ { name: "face", type: "ubyte" }

{ name: "x", type: "int" },
{ name: "y", type: "byte" },
{ name: "y", type: "ubyte" },
{ name: "z", type: "int" }

@@ -270,3 +270,3 @@ ],

{ name: "x", type: "int" },
{ name: "y", type: "byte" },
{ name: "y", type: "ubyte" },
{ name: "z", type: "int" },

@@ -307,3 +307,3 @@ { name: "type", type: "short" },

{ name: "x", type: "int" },
{ name: "y", type: "byte" },
{ name: "y", type: "ubyte" },
{ name: "z", type: "int" },

@@ -310,0 +310,0 @@ { name: "data", type: "int" },

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

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