🚨 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.0
to
0.3.1
+4
-2
dist/atsc.js

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

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

@@ -62,2 +63,3 @@ getTSProgram() {

return {
cwd: process.cwd(),
cliOptions: options,

@@ -134,3 +136,3 @@ tsVersion: typescript_1.default.version,

getCacheSeed() {
return JSON.stringify(this.tsMetadata.cliOptions);
return JSON.stringify([this.tsMetadata.cliOptions]);
}

@@ -137,0 +139,0 @@ async getModificationTime(path) {

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

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