Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

minecraft-data

Package Overview
Dependencies
Maintainers
1
Versions
311
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.5.1 to 0.5.2

3

doc/history.md

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

## 0.5.2
* update README and example : the package is now called minecraft-data in npm
## 0.5.1

@@ -2,0 +5,0 @@ * fix bug with fs.existsSync

4

example.js

@@ -1,3 +0,3 @@

var nmcData=require("./")("1.8.8");
var mcData=require("./")("1.8.8");
console.log(nmcData.blocksByName["stone"]);
console.log(mcData.blocksByName["stone"]);
{
"name": "minecraft-data",
"version": "0.5.1",
"version": "0.5.2",
"description": "Provide easy access to minecraft data in node.js",

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

@@ -22,5 +22,5 @@ # node-minecraft-data

```js
var nmcData=require("node-minecraft-data")("1.8.8");
var mcData=require("minecraft-data")("1.8.8");
console.log(nmcData.blocksByName["stone"]);
console.log(mcData.blocksByName["stone"]);
```

@@ -27,0 +27,0 @@

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