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.1.0 to 1.1.1

86

package.json
{
"name": "tsc-alias",
"version": "1.1.0",
"description": "Replace absolute paths to relative paths after typescript compilation",
"main": "src/index.js",
"module": "src/index.js",
"bin": {
"tsc-alias": "src/bin/index.js"
},
"scripts": {
"build": "tsc -p ./tsconfig.json",
"build:watch": "tsc -w -p ./tsconfig.json",
"format": "prettier --write \"./*.{js,jsx,ts,tsx}\" \"./src/**/*.{js,jsx,ts,tsx}\""
},
"repository": {
"type": "git",
"url": "https://github.com/justkey007/tsc-alias.git"
},
"keywords": [
"typescript",
"paths",
"alias",
"absolute path",
"relative path",
"compilation",
"tsc"
],
"author": "Juskey B.",
"license": "MIT",
"bugs": {
"url": "https://github.com/justkey007/tsc-alias/issues"
},
"homepage": "https://github.com/justkey007/tsc-alias.git",
"devDependencies": {
"@types/node": "^11.12.0"
},
"dependencies": {
"@jfonx/console-utils": "^1.0.3",
"@jfonx/file-utils": "^1.0.0",
"chokidar": "^3.0.0",
"commander": "^2.19.0",
"globby": "^9.2.0",
"normalize-path": "^3.0.0"
}
"name": "tsc-alias",
"version": "1.1.1",
"description": "Replace absolute paths to relative paths after typescript compilation",
"main": "src/index.js",
"module": "src/index.js",
"bin": {
"tsc-alias": "src/bin/index.js"
},
"scripts": {
"build": "tsc -p ./tsconfig.json",
"build:watch": "tsc -w -p ./tsconfig.json",
"format": "prettier --write \"./*.{js,jsx,ts,tsx}\" \"./src/**/*.{js,jsx,ts,tsx}\""
},
"repository": {
"type": "git",
"url": "https://github.com/justkey007/tsc-alias.git"
},
"keywords": [
"typescript",
"paths",
"alias",
"absolute path",
"relative path",
"compilation",
"tsc"
],
"author": "Juskey B.",
"license": "MIT",
"bugs": {
"url": "https://github.com/justkey007/tsc-alias/issues"
},
"homepage": "https://github.com/justkey007/tsc-alias.git",
"devDependencies": {
"@types/node": "^11.12.0"
},
"dependencies": {
"@jfonx/console-utils": "^1.0.3",
"@jfonx/file-utils": "^1.0.0",
"chokidar": "^3.0.0",
"commander": "^2.19.0",
"globby": "^9.2.0",
"normalize-path": "^3.0.0"
}
}

@@ -1,2 +0,2 @@

#! /usr/bin/env nod
#! /usr/bin/env node
export {};

@@ -1,2 +0,2 @@

#! /usr/bin/env nod
#! /usr/bin/env node
"use strict";

@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

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