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.8.7 to 1.8.8

2

dist/utils/trie.js

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

if ((0, path_1.isAbsolute)(path)) {
path = (0, path_1.relative)(config.configDir, path);
path = (0, path_1.relative)((0, path_1.resolve)(config.configDir, config.baseUrl), path);
}

@@ -52,0 +52,0 @@ if ((0, path_1.normalize)(path).includes('..') &&

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

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

@@ -153,3 +153,3 @@ # tsc-alias

"fileExtensions": {
"inputGlob": "js,jsx,mjs",
"inputGlob": "{js,jsx,mjs}",
"outputCheck": ["js", "json", "jsx", "mjs"]

@@ -156,0 +156,0 @@ }

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