Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.0 to 1.5.0

7

data/pod_1.13d/item.js

@@ -57,8 +57,9 @@ function keysToObject (keys) {

unspecified: 0,
inventory: 2, // TOP is size 10x5 (POD extension)
inventory_bottom: 3, // bottom is size 10x4
inventory: 2, // 10x8 size
inventory_bottom: 3, // bottom is size 10x1 (just last line ...)
trader_offer: 4,
for_trade: 6,
cube: 8,
stash: 0x0A,
stash: 0x0A, // 10x8
stash_bottom: 0x0B, // 10x2
belt: 0x20,

@@ -65,0 +66,0 @@ item: 0x40,

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

## 1.5.0
* Add stash bottom item enum container
## 1.4.0

@@ -2,0 +5,0 @@ * Implement inventory extension enum (pod only)

{
"name": "diablo2-data",
"version": "1.4.0",
"version": "1.5.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