
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Minebase is a python wrapper around PrismarineJS/minecraft-data
. It
provides python bindings to access minecraft data useful for custom minecraft clients, servers and libraries.
From PyPI (stable):
pip install minebase
From repo (latest):
pip install git+htps://github.com/py-mine/minebase
from minebase import load_version, load_common_data, Edition
from pprint import pprint # pretty print (for easier readability)
common_data = load_common_data(Edition.PC)
version_info = load_version("1.21.6", Edition.PC)
status_server_bound_packets = version_info["protocol"]["status"]["toServer"]["types"]["packet"]
pprint(status_server_bound_packets)
Output:
['container',
[{'name': 'name',
'type': ['mapper',
{'mappings': {'0x00': 'ping_start', '0x01': 'ping'},
'type': 'varint'}]},
{'name': 'params',
'type': ['switch',
{'compareTo': 'name',
'fields': {'ping': 'packet_ping',
'ping_start': 'packet_ping_start'}}]}]]
FAQs
Library providing an interface to minecraft-data
We found that minebase demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.