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

@fezvrasta/tsc-silent

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fezvrasta/tsc-silent - npm Package Compare versions

Comparing version

to
1.3.4

2

dist/tsc-silent.js

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

"--suppressConfig": Boolean,
}), arg_ = _a._, _b = _a["--suppress"], argSuppress = _b === void 0 ? [] : _b, argCompiler = _a["--compiler"], argProject = _a["--project"], argCreateSourceFile = _a["--createSourceFile"], _c = _a["--watch"], argWatch = _c === void 0 ? false : _c, _d = _a["--stats"], argStats = _d === void 0 ? false : _d, _e = _a["--help"], argHelp = _e === void 0 ? false : _e, _f = _a["--suppressConfig"], argSuppressConfig = _f === void 0 ? false : _f;
}), arg_ = _a._, _b = _a["--suppress"], argSuppress = _b === void 0 ? [] : _b, _c = _a["--compiler"], argCompiler = _c === void 0 ? "node_modules/typescript/lib/typescript.js" : _c, argProject = _a["--project"], argCreateSourceFile = _a["--createSourceFile"], _d = _a["--watch"], argWatch = _d === void 0 ? false : _d, _e = _a["--stats"], argStats = _e === void 0 ? false : _e, _f = _a["--help"], argHelp = _f === void 0 ? false : _f, _g = _a["--suppressConfig"], argSuppressConfig = _g === void 0 ? false : _g;
var argv = {

@@ -36,0 +36,0 @@ _: arg_,

{
"name": "@fezvrasta/tsc-silent",
"version": "1.3.3",
"version": "1.3.4",
"description": "tsc with --supress",

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

@@ -18,3 +18,3 @@ // tslint:disable no-console

"--suppress": argSuppress = [],
"--compiler": argCompiler,
"--compiler": argCompiler = "node_modules/typescript/lib/typescript.js",
"--project": argProject,

@@ -21,0 +21,0 @@ "--createSourceFile": argCreateSourceFile,