tslint-config-david-recommended
Advanced tools
Comparing version 1.0.0 to 1.0.3
{ | ||
"name": "tslint-config-david-recommended", | ||
"version": "1.0.0", | ||
"version": "1.0.3", | ||
"description": "A TSLint config for David recommended coding style", | ||
@@ -21,3 +21,7 @@ "main": "tslint.js", | ||
"package.json" | ||
] | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/davidNHK/tslint-config-david-recommended.git" | ||
} | ||
} |
@@ -23,5 +23,3 @@ const path = require('path'); | ||
true, | ||
{ | ||
"never-prefix": true | ||
} | ||
"never-prefix" | ||
], | ||
@@ -40,11 +38,10 @@ "trailing-comma": [ | ||
"callable-types": false, | ||
"variable-name": { | ||
"severity": "error", | ||
"options": [{ | ||
"allow-snake-case": true, | ||
"allow-leading-underscore": true, | ||
"check-format": true | ||
}] | ||
} | ||
"variable-name": [true, | ||
"check-format", | ||
"allow-snake-case", | ||
"allow-leading-underscore", | ||
"allow-pascal-case" | ||
], | ||
"no-empty-interface": false | ||
} | ||
}; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
1724
0
0
43
1