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.3 to 1.1.4

dist/bin/index.d.ts

96

package.json
{
"name": "tsc-alias",
"version": "1.1.3",
"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 && npm run copyfiles",
"build:watch": "tsc -w -p ./tsconfig.json",
"pub": "npm run build && cd dist && np",
"copyfiles": "copyfiles README.md .npmignore dist",
"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",
"copyfiles": "^2.4.0",
"np": "^7.0.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.4",
"description": "Replace absolute paths to relative paths after typescript compilation",
"main": "src/index.js",
"files": [
"dist/"
],
"bin": {
"tsc-alias": "bin/index.js"
},
"scripts": {
"build": "npm run clean && tsc",
"build:watch": "tsc -w",
"clean": "rimraf dist",
"prepublish": "npm run build",
"postversion": "git push && git push --tags && npm publish",
"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",
"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"
},
"devDependencies": {
"@types/node": "^11.12.0",
"rimraf": "^3.0.2"
}
}
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