
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
@putout/plugin-convert-const-to-let
Advanced tools
🐊Putout plugin adds ability to convert 'const' to 'let'
The
TypeError
object represents an error when attempting to modify a value that cannot be changed.(c) MDN
🐊Putout plugin adds ability to convert const
to let
to avoid TypeError
.
Check out in 🐊Putout Editor.
npm i @putout/plugin-convert-const-to-let -D
{
"rules": {
"convert-const-to-let": "on"
}
}
const a = 5;
a = 3;
let a = 5;
a = 3;
MIT
FAQs
🐊Putout plugin adds ability to convert 'const' to 'let'
The npm package @putout/plugin-convert-const-to-let receives a total of 5,214 weekly downloads. As such, @putout/plugin-convert-const-to-let popularity was classified as popular.
We found that @putout/plugin-convert-const-to-let 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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.