🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@tsslint/typescript-plugin

Package Overview
Dependencies
Maintainers
0
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsslint/typescript-plugin - npm Package Compare versions

Comparing version

to
1.1.5

11

index.js

@@ -159,7 +159,14 @@ "use strict";

].map(([error, category]) => {
let messageText;
if (error.id === 'config-import-error') {
messageText = `Error importing config file.`;
}
else {
messageText = `Error building config file.`;
}
const diag = {
category,
source: 'tsslint',
code: 0,
messageText: `Failed to build/load TSSLint config. (${error.text})`,
code: error.id ?? 0,
messageText,
file: jsonConfigFile,

@@ -166,0 +173,0 @@ start: configOptionSpan.start,

8

package.json
{
"name": "@tsslint/typescript-plugin",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",

@@ -15,8 +15,8 @@ "files": [

"dependencies": {
"@tsslint/core": "1.1.4"
"@tsslint/core": "1.1.5"
},
"devDependencies": {
"@tsslint/config": "1.1.4"
"@tsslint/config": "1.1.5"
},
"gitHead": "03d4e7480fc96c6322d436d34a4af73cb5bc25f2"
"gitHead": "7aa702de750c8efee2681fbabafcab3da344df03"
}