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
4
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.12.0 to 0.12.1

test/server/server.properties

11

lib/protocol.js

@@ -141,2 +141,9 @@ var assert = require('assert');

{ name: "playerName", type: "string" },
{ name: "dataCount", type: "count", typeArgs: { type: "varint", countFor: "data" }},
{ name: "data", type: "array", typeArgs: { count: "dataCount",
type: "container", typeArgs: { fields: [
{ name: "name", type: "string" },
{ name: "value", type: "string" },
{ name: "signature", type: "string" }
]}}},
{ name: "x", type: "int" },

@@ -1345,4 +1352,4 @@ { name: "y", type: "int" },

module.exports = {
version: 4,
minecraftVersion: '1.7.2',
version: 5,
minecraftVersion: '1.7.6',
sessionVersion: 13,

@@ -1349,0 +1356,0 @@ parsePacket: parsePacket,

2

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

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

@@ -7,3 +7,3 @@ # minecraft protocol [![NPM version](https://badge.fury.io/js/minecraft-protocol.png)](http://badge.fury.io/js/minecraft-protocol)

* Supports Minecraft version 1.7.2
* Supports Minecraft version 1.7.6
* Parses all packets and emits events with packet fields as JavaScript

@@ -351,2 +351,6 @@ objects.

## History
### 0.12.1
* Updated protocol version to support 1.7.6
### 0.12.0

@@ -353,0 +357,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