🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@ardentcode/tsc

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ardentcode/tsc - npm Package Compare versions

Comparing version
0.3.1
to
0.3.2
+1
-2
dist/atsc.js

@@ -44,4 +44,3 @@ "use strict";

const cacheSeed = this.getCacheSeed();
const cwd = process.cwd();
return new buildCache_1.BuildCache(cwd + cacheSeed, cwd, this.argsParser.hasFlag("verbose"));
return new buildCache_1.BuildCache(cacheSeed, process.cwd(), this.argsParser.hasFlag("verbose"));
}

@@ -48,0 +47,0 @@ getTSProgram() {

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

this.warn = (warning) => console.warn(warning);
this.debug = (info) => this.printVerbose && console.log(info);
this.debug = (info) => this.printVerbose && console.log("[debug][atsc]", info);
}

@@ -13,0 +13,0 @@ setVerbose(printVerbose) {

{
"name": "@ardentcode/tsc",
"version": "0.3.1",
"version": "0.3.2",
"description": "",

@@ -28,3 +28,3 @@ "main": "index.js",

"dependencies": {
"@ardentcode/build-cache": "0.2.0",
"@ardentcode/build-cache": "0.2.1",
"typescript": "^4.5.5"

@@ -31,0 +31,0 @@ },