
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@locker/eslint-plugin-unsafe-types
Advanced tools
Detect usage of unsigned unsafe types.
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-unsafe-types:
npm install eslint-plugin-unsafe-types --save-dev
Add unsafe-types to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"unsafe-types"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"unsafe-types/rule-name": 2
}
}
| Name | Description |
|---|---|
| unsafe-aura-globalEval | Disallow the use of unsigned $A.util.globalEval() |
| unsafe-eval | Disallow the use of unsigned eval() |
| unsafe-implied-eval | Disallow the use of eval()-like methods |
FAQs
Detect usage of unsigned unsafe types.
The npm package @locker/eslint-plugin-unsafe-types receives a total of 100 weekly downloads. As such, @locker/eslint-plugin-unsafe-types popularity was classified as not popular.
We found that @locker/eslint-plugin-unsafe-types demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.