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.2 to 1.1.3

README.md

10

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

@@ -11,4 +11,6 @@ "main": "src/index.js",

"scripts": {
"build": "tsc -p ./tsconfig.json",
"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}\""

@@ -36,3 +38,5 @@ },

"devDependencies": {
"@types/node": "^11.12.0"
"@types/node": "^11.12.0",
"copyfiles": "^2.4.0",
"np": "^7.0.0"
},

@@ -39,0 +43,0 @@ "dependencies": {

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