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

@xmcl/client

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xmcl/client - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

4

net/coders.ts

@@ -12,3 +12,3 @@ // tslint:disable: variable-name

itemDamage?: number;
nbt?: NBT.TagCompound;
nbt?: any;
}

@@ -171,3 +171,3 @@

itemDamage,
nbt: NBT.Persistence.readTagSync(Buffer.from(buffer.buffer)),
nbt: NBT.Persistence.deserializeSync(Buffer.from(buffer.buffer)),
};

@@ -174,0 +174,0 @@ },

{
"name": "@xmcl/client",
"version": "0.0.6",
"version": "0.0.7",
"main": "./index.js",

@@ -14,5 +14,5 @@ "types": "./index.d.ts",

"dependencies": {
"@xmcl/common": "^0.0.5",
"@xmcl/nbt": "^0.0.3",
"@xmcl/text-component": "^0.0.3",
"@xmcl/common": "^0.1.0",
"@xmcl/nbt": "^0.1.0",
"@xmcl/text-component": "^0.0.4",
"bytebuffer": "^5.0.1",

@@ -23,3 +23,4 @@ "long": "^3.2.0",

"scripts": {
"build": "tsc --build tsconfig.json"
"compile": "tsc --build tsconfig.json",
"build": "npm run compile"
},

@@ -43,3 +44,3 @@ "repository": {

"homepage": "https://github.com/ci010/ts-minecraft#readme",
"gitHead": "0d8e76d0276d653052ccb24d000e0c679296f39c"
"gitHead": "5bf361647f9726c870c17effba3b540d1edc1582"
}

@@ -5,3 +5,3 @@ # Client Module

[![npm](https://img.shields.io/npm/l/@xmcl/minecraft-launcher-core.svg)](https://github.com/voxelum/minecraft-launcher-core-node/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/voxelum/minecraft-launcher-core-node.svg)](https://travis-ci.org/voxelum/minecraft-launcher-core-node)
[![Build Status](https://github.com/voxelum/minecraft-launcher-core-node/workflows/Release%20Pre-Check/badge.svg)](https://github.com/voxelum/minecraft-launcher-core-node/workflows/Release%20Pre-Check/badge.svg)

@@ -8,0 +8,0 @@ This is a sub-module belong to [minecraft-launcher-core](https://www.npmjs.com/package/@xmcl/minecraft-launcher-core) module. You can still use this individually.

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