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.0.7 to 1.0.8

1

bin/index.js

@@ -24,3 +24,2 @@ #! /usr/bin/env node

const configFile = path_1.resolve(process.cwd(), project ? project : 'tsconfig.json');
console.info(configFile);
if (!fs_1.existsSync(configFile)) {

@@ -27,0 +26,0 @@ throw new Error('No valid tsconfig.json file. Specify one by tsc-alias -p tsconfig.json!');

2

package.json
{
"name": "tsc-alias",
"version": "1.0.7",
"version": "1.0.8",
"description": "Replace absolute paths to relative paths after typescript compilation",

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

@@ -32,3 +32,2 @@ #! /usr/bin/env node

const configFile = resolve(process.cwd(), project ? project : 'tsconfig.json');
console.info(configFile);

@@ -35,0 +34,0 @@ if (!existsSync(configFile)) {

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