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 0.2.0 to 0.2.1

2

doc/api.md

@@ -17,1 +17,3 @@ # API

## minecraft-data.biomes
## minecraft-data.entities

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

## 0.2.1
* entities is now in the API
## 0.2.0

@@ -2,0 +5,0 @@ * update blocks, entities, items and recipes enums with new wiki extractors

3

index.js

@@ -7,3 +7,4 @@ module.exports = {

instruments: require('./enums/instruments'),
materials: require('./enums/materials')
materials: require('./enums/materials'),
entities: require('./enums/entities')
};
{
"name": "minecraft-data",
"version": "0.2.0",
"version": "0.2.1",
"description": "provide minecraft data for minecraft clients, servers and libraries",

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

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