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.8 to 1.6.9

2

dist/replacers/default.replacer.js

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

? normalizePath(absoluteAliasPath)
: normalizePath(`${absoluteAliasPath}/${requiredModule.replace(new RegExp(`^${alias.prefix.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&')}`), '')}`))) {
: normalizePath(`${absoluteAliasPath}/${requiredModule.replace(new RegExp(`(?:^${alias.prefix.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&')})|(?:\.js$)`, 'g'), '')}`))) {
continue;

@@ -27,0 +27,0 @@ }

{
"name": "tsc-alias",
"version": "1.6.8",
"version": "1.6.9",
"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

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