Socket
Socket
Sign inDemoInstall

minecraft-data

Package Overview
Dependencies
Maintainers
1
Versions
303
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minecraft-data - npm Package Compare versions

Comparing version 3.32.0 to 3.33.0

4

doc/history.md
# History
## 3.33.0
* update `minecraft-data`
## 3.32.0

@@ -4,0 +8,0 @@

@@ -0,1 +1,4 @@

## 3.33.0
* Use node 18.
## 3.32.0

@@ -2,0 +5,0 @@ * Add bedrock 1.19.80 protocol data

6

package.json
{
"name": "minecraft-data",
"version": "3.32.0",
"version": "3.33.0",
"description": "Provide easy access to minecraft data in node.js",

@@ -11,3 +11,3 @@ "main": "index.js",

"test:types": "tsc typings/test-typings && node typings/test-typings.js",
"test": "require-self && npm run generate:data && npm run generate:types && npm run lint && npm run test:types && mocha",
"test": "require-self && npm run generate:data && npm run lint && npm run test:types && mocha",
"lint": "standard",

@@ -38,3 +38,3 @@ "prepare": "require-self && npm run generate:data && npm run generate:types",

"@types/node": "^18.0.0",
"json-schema-to-typescript": "11.0.1",
"json-schema-to-typescript": "11.0.5",
"minecraft-packets": "^1.4.0",

@@ -41,0 +41,0 @@ "mocha": "^10.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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