
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
tf2-static-schema
Advanced tools
Updates TF2 schema into temporary files that you can lazy load in your app.
This package keeps TF2 schema files up to date in the temp folder.
This is a work in progress, bear in mind the API can change.
If you're only using schema.static
, install like:
npm install --no-optional tf2-static-schema
If you want to use core of the package (updating static files or fetching data yourself) do:
npm install tf2-static-schema
All parts are required through node resolver.
require('tf2-static-schema/static/*')
, * can be one of:
attributes
effects
item-names
items
items-game
levels
lookups
origins
paint-kits
parts
qualities
sets
require('tf2-static-schema/core')
provides:
fetchAll
- fetches all schemasupdate
- updates static filesgetItemsGame
- fetches game metadatagetPaintKits
- fetchs paint kitsgetSchemaItems
- fetches the items with API KeygetSchemaOverview
- fetches the overview with API KeyThis package is used as a sister package to tf2-item-format, a parsing/builder library for different TF2 item formats used across the community.
FAQs
Updates TF2 schema into temporary files that you can lazy load in your app.
The npm package tf2-static-schema receives a total of 417 weekly downloads. As such, tf2-static-schema popularity was classified as not popular.
We found that tf2-static-schema 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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.