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

@ssense/tslint-config

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ssense/tslint-config - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

9

index.js

@@ -84,3 +84,8 @@ var path = require('path');

'export-name': true,
'function-name': true,
'function-name': [true, {
'method-regex': '^[a-z][\w\d]+$',
'private-method-regex': '^[a-z][\w\d]+$',
'static-method-regex': '^[A-Z][\w\d]+$',
'function-regex': '^[a-z][\w\d]+$'
}],
'import-name': true,

@@ -123,3 +128,3 @@ 'interface-name': [true, 'never-prefix'],

*/
'align': [true, 'parameters', 'arguments', 'statements'],
'align': [true, 'parameters', 'statements'],
'curly': true,

@@ -126,0 +131,0 @@ 'eofline': true,

{
"name": "@ssense/tslint-config",
"version": "2.0.0",
"version": "2.1.0",
"description": "SSENSE's base TSLint configuration",

@@ -5,0 +5,0 @@ "main": "index.js",

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