Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@nrfcloud/tslint-config

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrfcloud/tslint-config - npm Package Compare versions

Comparing version
3.6.0
to
3.7.0
+1
-1
package.json
{
"name": "@nrfcloud/tslint-config",
"version": "3.6.0",
"version": "3.7.0",
"description": "tslint configuration for our projects",

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

@@ -16,2 +16,3 @@ module.exports = {

'no-internal-module': true,
'no-misused-new': true,
'no-return-await': true,

@@ -27,2 +28,3 @@ 'no-string-throw': true,

],
'no-unnecessary-type-assertion': true,
'no-unsafe-finally': true,

@@ -39,2 +41,3 @@ 'no-var-keyword': true,

'prefer-const': true,
'prefer-readonly': true,
'quotemark': [

@@ -41,0 +44,0 @@ true,