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.
@prettier/is-es5-identifier-name
Advanced tools
Check if provided string is an `IdentifierName` as specified in ECMA262 edition 5.1 section 7.6.
Check if provided string is an
IdentifierName
as specified in ECMA262 edition 5.1 section 7.6.
yarn add @prettier/is-es5-identifier-name
import isEs5IdentifierName from "@prettier/is-es5-identifier-name";
isEs5IdentifierName("prettier");
// -> true
isEs5IdentifierName("16");
// -> false
FAQs
Check if provided string is an `IdentifierName` as specified in ECMA262 edition 5.1 section 7.6.
The npm package @prettier/is-es5-identifier-name receives a total of 2,640 weekly downloads. As such, @prettier/is-es5-identifier-name popularity was classified as popular.
We found that @prettier/is-es5-identifier-name demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 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.
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.