eslint-plugin-prefer-let
Advanced tools
Comparing version 3.0.0 to 3.0.1-ad1d4bc
# eslint-plugin-prefer-let | ||
## 3.0.1 | ||
### Patch Changes | ||
- 2c09840: Exclude the docs and tests folder for a slimmer NPM package | ||
- 4afad3f: Add `package.repository` to have link to sources | ||
## 3.0.0 | ||
### Major Changes | ||
- 1c687b4: Bump version to 3.0 |
{ | ||
"name": "eslint-plugin-prefer-let", | ||
"version": "3.0.0", | ||
"version": "3.0.1-ad1d4bc", | ||
"description": "Rule to prefer using `let` to bind names to values", | ||
@@ -24,3 +24,4 @@ "keywords": [ | ||
}, | ||
"license": "ISC" | ||
"license": "ISC", | ||
"repository": "thefrontside/javascript" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5517
5
75
2