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 2.0.6 to 2.1.0

dist/channel.d.ts

20

package.json
{
"name": "@xmcl/client",
"version": "2.0.6",
"main": "./index.cjs.js",
"module": "./index.js",
"version": "2.1.0",
"main": "./index.ts",
"description": "Minecraft socket client pipeline, containing server status query by default",

@@ -11,3 +10,5 @@ "engines": {

"publishConfig": {
"access": "public"
"access": "public",
"main": "./dist/index.js",
"module": "./dist/index.esm.js"
},

@@ -19,8 +20,4 @@ "dependencies": {

"long": "~3",
"uuid": "^7.0.2"
"uuid": "^8.3.2"
},
"scripts": {
"compile": "tsc --build tsconfig.json",
"build": "npm run compile"
},
"repository": {

@@ -43,3 +40,6 @@ "type": "git",

"homepage": "https://github.com/Voxelum/minecraft-launcher-core-node#readme",
"gitHead": "8ae24cbb3ba55cb740febc91619287aaedb5f227"
"devDependencies": {
"@types/bytebuffer": "^5.0.42",
"@types/uuid": "^8.3.1"
}
}
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