New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@extern/tslint

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@extern/tslint - npm Package Compare versions

Comparing version 1.0.3 to 1.2.0

2

package.json
{
"name": "@extern/tslint",
"version": "1.0.3",
"version": "1.2.0",
"description": "tslint for extern projects",

@@ -5,0 +5,0 @@ "main": "tslint.json",

@@ -0,0 +0,0 @@ # TSlint presets

{
"rules": {
"class-name": true,
"comment-format": [
true
],
"indent": [
true,
"spaces",
2
],
"no-duplicate-variable": true,

@@ -16,15 +8,2 @@ "no-eval": true,

"no-var-keyword": false,
"one-line": [
true,
"check-open-brace",
"check-whitespace"
],
"quotemark": [
true,
"single"
],
"semicolon": [
true,
"always"
],
"triple-equals": [

@@ -34,38 +13,7 @@ true,

],
"typedef-whitespace": [
true,
{
"call-signature": "nospace",
"index-signature": "nospace",
"parameter": "nospace",
"property-declaration": "nospace",
"variable-declaration": "nospace"
}
],
"variable-name": [
true,
"ban-keywords"
],
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-separator",
"check-type"
],
"trailing-comma": [
true,
{
"multiline": {
"objects": "always",
"arrays": "always"
}
}
],
"max-line-length": [
true,
120
]
}
}
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