eslint-plugin-prefer-let
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "eslint-plugin-prefer-let", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Rule to prefer using `let` to bind names to values", | ||
@@ -15,7 +15,7 @@ "keywords": [ | ||
"dependencies": { | ||
"requireindex": "~1.1.0" | ||
"requireindex": "~1.2.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.5.0", | ||
"mocha": "^2.4.5" | ||
"eslint": "^7.8.1", | ||
"mocha": "^8.1.3" | ||
}, | ||
@@ -22,0 +22,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Addedrequireindex@1.2.0(transitive)
- Removedrequireindex@1.1.0(transitive)
Updatedrequireindex@~1.2.0