Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@isentinel/dict-rbxts
Advanced tools
Roblox-TS dictionary for CSpell
This is a pre-built dictionary for use with CSpell.
Global Install and add to CSpell global settings.
npm install -g @isentinel/dict-rbxts
cspell link add @isentinel/dict-rbxts
cspell link remove @isentinel/dict-rbxts
Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process.
npm i @isentinel/dict-rbxts
The cspell-ext.json
file in this package should be added to the import section in your cspell.json
file.
{
// …
"import": ["@isentinel/dict-rbxts/cspell-ext.json"]
// …
}
See: How to Create a New Dictionary
MIT
Some packages may have other licenses included.
Brought to you by Christopher Buss & Street Side Software
FAQs
Roblox-TS dictionary for CSpell
We found that @isentinel/dict-rbxts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.