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

tslint-config-uxpin

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-config-uxpin - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

2

package.json
{
"name": "tslint-config-uxpin",
"version": "1.5.0",
"version": "1.6.0",
"description": "UXPin TypeScript Style Guide",

@@ -5,0 +5,0 @@ "keywords": [

@@ -81,5 +81,15 @@ {

"object-shorthand-properties-first": false,
"strict-boolean-expressions": false
"strict-boolean-expressions": false,
"space-before-function-paren": [
true,
{
"anonymous": "never",
"asyncArrow": "always",
"constructor": "never",
"method": "never",
"named": "never"
}
]
},
"rulesDirectory": []
}
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