Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tslint-sane

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-sane - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

69

base.json

@@ -84,71 +84,4 @@ {

],
"arrow-return-shorthand": true,
"comment-format": [
true,
"check-space"
],
"no-consecutive-blank-lines": true,
"number-literal-format": true,
"object-literal-key-quotes": [
true,
"consistent-as-needed"
],
"object-literal-shorthand": true,
"one-line": [
true,
"check-catch",
"check-else",
"check-finally",
"check-open-brace"
],
"one-variable-per-declaration": [
true,
"ignore-for-loop"
],
"ordered-imports": [
true,
{
"import-sources-order": "any",
"named-imports-order": "case-insensitive"
}
],
"prefer-template": true,
"quotemark": [
true,
"single",
"avoid-template"
],
"semicolon": [
true,
"always"
],
"space-before-function-paren": [
true,
"always"
],
"space-within-parens": [
true,
{
"min": 0
}
],
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-module",
"check-separator",
"check-type",
"check-preblock"
],
"eofline": true,
"max-line-length": [
true,
{
"limit": 100,
"ignore-pattern": "^\\s*\\*|^\\s*\\/\\/"
}
]
"arrow-return-shorthand": true
}
}

8

package.json
{
"name": "tslint-sane",
"version": "1.0.2",
"version": "1.0.3",
"main": "./base.json",

@@ -12,6 +12,4 @@ "repository": "https://github.com/jakewtaylor/tslint-sane",

"devDependencies": {
"js-yaml": "^3.11.0",
"pre-commit": "^1.2.2"
},
"pre-commit": ["build"]
"js-yaml": "^3.11.0"
}
}
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