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

diablo2-data

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diablo2-data - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

data/pod_1.13d/item.js

3

docs/HISTORY.md

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

## 1.4.0
* Implement inventory extension enum (pod only)
## 1.3.0

@@ -2,0 +5,0 @@ * Add item enums (move from diablo2-protocol)

2

index.js
const diabloDataToNode = require('./lib/loader')
const itemEnums = require('./lib/item')
const fs = require('fs')

@@ -23,2 +22,3 @@

module.exports = function (diabloVersion) {
const itemEnums = require(`./data/${diabloVersion}/item`)
const diabloData = {

@@ -25,0 +25,0 @@ npcs: loadCsv(`${__dirname}/data/${diabloVersion}/monster_names.txt`, '\t', ['name']),

{
"name": "diablo2-data",
"version": "1.3.0",
"version": "1.4.0",
"description": "Expose Diablo 2 data in NodeJS",

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

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