🚀 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.3.0

2

index.js

@@ -192,3 +192,3 @@ "use strict";

if (config) {
linter = (0, core_1.createLinter)(projectContext, config, true);
linter = (0, core_1.createLinter)(projectContext, config, 'typescript-plugin');
}

@@ -195,0 +195,0 @@ info.project.refreshDiagnostics();

{
"name": "@tsslint/typescript-plugin",
"version": "1.2.4",
"version": "1.3.0",
"license": "MIT",

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

"dependencies": {
"@tsslint/core": "1.2.4"
"@tsslint/core": "1.3.0"
},
"devDependencies": {
"@tsslint/config": "1.2.4"
"@tsslint/config": "1.3.0"
},
"gitHead": "818bc257e90e431ca8988477862238c70a4757ff"
"gitHead": "3dcc9b0ee6ff8ba8902749edca1892edb5e072d4"
}