Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
language-65asm
Advanced tools
Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers.
Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers:
Originally converted from the various other TextMate bundles:
Contributions are greatly appreciated! Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.
In atom, press ctrl+shift+p
and enter install package
, then type language-65asm
into the search bar and hit install.
Run apm install language-65asm
in a terminal.
To add automatic syntax highlighting to a set of file extensions, add this to your
config.cson (ctrl+shift+p
-> config):
"*":
core:
customFileTypes: {
"source.assembly.6502.cc65": [
"asm"
"inc"
]
}
See last line in grammar files for names.
FAQs
Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers.
The npm package language-65asm receives a total of 4 weekly downloads. As such, language-65asm popularity was classified as not popular.
We found that language-65asm 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.