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

@cknow/tslint-config

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cknow/tslint-config - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

4

package.json
{
"name": "@cknow/tslint-config",
"version": "4.0.0",
"version": "4.0.1",
"description": "TSLint shareable config",

@@ -66,3 +66,3 @@ "keywords": [

"devDependencies": {
"@cknow/eslint-config": "^3.2.0",
"@cknow/eslint-config": "^3.3.0",
"@commitlint/cli": "^7.0.0",

@@ -69,0 +69,0 @@ "@commitlint/config-conventional": "^7.0.1",

@@ -41,3 +41,3 @@ 'use strict';

'no-internal-module': true,
'no-magic-numbers': true,
'no-magic-numbers': false,
'no-namespace': true,

@@ -44,0 +44,0 @@ 'no-non-null-assertion': true,

@@ -29,3 +29,3 @@ 'use strict';

'no-irregular-whitespace': true,
'no-parameter-properties': true,
'no-parameter-properties': false,
'no-redundant-jsdoc': true,

@@ -55,3 +55,3 @@ 'no-reference-import': true,

}],
'prefer-function-over-method': true,
'prefer-function-over-method': [true, 'allow-public', 'allow-protected'],
'prefer-method-signature': true,

@@ -58,0 +58,0 @@ 'prefer-switch': true,

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