You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@putout/plugin-convert-const-to-let

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/plugin-convert-const-to-let - npm Package Compare versions

Comparing version

to
2.0.1

3

lib/convert-const-to-let.js

@@ -33,2 +33,5 @@ 'use strict';

const isLoop = ({parentPath}) => {
if (!parentPath)
return false;
if (parentPath.isForOfStatement())

@@ -35,0 +38,0 @@ return true;

2

package.json
{
"name": "@putout/plugin-convert-const-to-let",
"version": "2.0.0",
"version": "2.0.1",
"type": "commonjs",

@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",