Socket
Socket
Sign inDemoInstall

eslint-rule-no-for-in

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-rule-no-for-in

Block use of for-in loops in JS code


Version published
Maintainers
1
Created
Source

no-for-in

The javascript for-in loop is not great. Now that there's a for-of loop, which behaves like the for-in loop of other languages, it's easy to confuse the two and unintentionally use for-in when for-of is meant. This eslint rule is designed to make unintentional use of for-in impossible. If a for-in loop truly is required, the rule should be disabled on a per-line basis.

FAQs

Package last updated on 21 Apr 2016

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc