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

tslint-config-storytel

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-config-storytel - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

2

package.json
{
"name": "tslint-config-storytel",
"version": "2.0.0",
"version": "3.0.0",
"description": "TypeScript configuration rules",

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

@@ -22,4 +22,19 @@ {

"space-before-function-paren": [ true, "always" ],
"whitespace": [ true, "check-branch", "check-operator", "check-module", "check-separator" ]
"whitespace": [ true, "check-branch", "check-operator", "check-module", "check-separator" ],
"trailing-comma": [
true,
{
"multiline": {
"objects": "always",
"arrays": "always",
"enum": "always",
"functions": "never",
"typeLiterals": "ignore",
"imports": "always",
"exports": "never"
},
"singleline": "never"
}
]
}
}
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