Socket
Socket
Sign inDemoInstall

tsc-watch

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsc-watch - npm Package Compare versions

Comparing version 5.0.1 to 6.0.0-dev.0

5

CHANGELOG.md
# @gilamran/tsc-watch CHANGELOG
## v5.0.1 - 03/04/2022
## v5.0.0 - 12/03/2022
- Converted to Typescript
- bumped to version 5.0.1 to prevent dev version as the latest version
## v4.6.2 - 10/01/2022

@@ -8,0 +7,0 @@

2

index.js
#!/usr/bin/env node
require('./lib/tsc-watch');
require('./dist/lib/tsc-watch');
{
"name": "tsc-watch",
"version": "5.0.1",
"version": "6.0.0-dev.0",
"description": "The TypeScript compiler with onSuccess command",
"scripts": {
"test": "mocha --timeout 10000 test/**/*.js"
"clean": "rimraf dist && rimraf tmp",
"test": "npm run build && jest --verbose --runInBand",
"build": "npm run clean && npm run build-lib && npm run build-client",
"build-lib": "tsc -p tsconfig.json",
"build-client": "tsc -p tsconfig-client.json",
"watch-lib": "tsc -p tsconfig.json --watch"
},
"bin": {
"tsc-watch": "index.js"
"tsc-watch": "dist/lib/tsc-watch.js"
},
"files": [
"dist",
"index.js"
],
"repository": {

@@ -18,4 +27,6 @@ "type": "git",

],
"main": "./dist/client/index.js",
"types": "./dist/client/index.d.ts",
"engines": {
"node": ">=8.17.0"
"node": ">=12.12.0"
},

@@ -39,4 +50,3 @@ "author": "Gil Amran",

"ps-tree": "^1.2.0",
"string-argv": "^0.1.1",
"strip-ansi": "^6.0.0"
"string-argv": "^0.3.1"
},

@@ -47,8 +57,13 @@ "peerDependencies": {

"devDependencies": {
"chai": "^4.3.4",
"fs-extra": "^10.0.0",
"mocha": "^9.1.3",
"sinon": "^12.0.1",
"typescript": "^4.5.4"
"@types/cross-spawn": "^6.0.2",
"@types/jest": "^27.4.1",
"@types/node": "^12.12.0",
"@types/node-cleanup": "^2.1.2",
"@types/ps-tree": "^1.1.2",
"fs-extra": "^10.0.1",
"jest": "^27.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}
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