minecraft-protocol
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -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, |
{ | ||
"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 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
122711
17
2924
501
6