
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Some classes for handling Minecraft .nbt
files.
See the spec (NBT.txt
in doc directory) for more info.
Requires Ruby 2.7 minimum.
gem install nbt_utils
require 'nbt_utils'
@file = NBTUtils::File.new
@tag = @file.read('some_nbt_file.nbt')
puts @tag.to_s
@file.write('some_new_path.nbt', @tag, true) # true / false to gzip automatically
Copyright Michael Dungan, mpd@jesters-court.net, released under the MIT license.
The files NBT.txt
, test.nbt
, test_uncompressed.nbt
, bigtest.nbt
, and bigtest_uncompressed.nbt
in the doc directory are mirrored from the Minecraft website and not covered under the above license.
FAQs
Unknown package
We found that nbt_utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.