New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

itemsdat

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itemsdat

Items.dat reader/writer written purely with typescript.

latest
npmnpm
Version
2.1.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Items.dat Modifier

Items.dat reader/writer written purely with typescript.

v2

v2 update introduces a lot of changes, such as the use of promises, and restructuring of the code.
New Example Usage:

const { ItemsDat } = require('itemsdat'),
  { readFileSync } = require('fs')

const file = readFileSync('/path/to/items.dat'),
  itemsDat = new ItemsDat(file)

itemsDat.decode()
.then(items => { /* do anything with the items */ })

FAQs

Package last updated on 11 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts