Socket
Socket
Sign inDemoInstall

tsc-alias

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsc-alias - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

5

dist/index.js

@@ -27,5 +27,6 @@ "use strict";

const output = config.output;
const posixOutput = config.outPath.replace(/\\/g, '/');
const globPattern = [
`${config.outPath}/**/*.{mjs,cjs,js,jsx,d.{mts,cts,ts,tsx}}`,
`!${config.outPath}/**/node_modules`
`${posixOutput}/**/*.{mjs,cjs,js,jsx,d.{mts,cts,ts,tsx}}`,
`!${posixOutput}/**/node_modules`
];

@@ -32,0 +33,0 @@ const files = (0, globby_1.sync)(globPattern, {

4

dist/utils/output.js

@@ -9,3 +9,5 @@ "use strict";

set verbose(value) {
this.verb = value;
if (value) {
this.verb = value;
}
}

@@ -12,0 +14,0 @@ info(message) {

{
"name": "tsc-alias",
"version": "1.6.2",
"version": "1.6.3",
"description": "Replace alias paths with relative paths after typescript compilation.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc