Socket
Socket
Sign inDemoInstall

tsconfck

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsconfck - npm Package Compare versions

Comparing version 1.0.0-2 to 1.0.0-3

bin/tsconfck.js

4

package.json
{
"name": "tsconfck",
"version": "1.0.0-2",
"version": "1.0.0-3",
"description": "A utility to work with tsconfig.json without typescript",

@@ -9,2 +9,3 @@ "license": "MIT",

"dist",
"bin",
"src",

@@ -18,2 +19,3 @@ "README.md",

"module": "dist/index.js",
"bin": "bin/tsconfck.js",
"types": "dist/index.d.ts",

@@ -20,0 +22,0 @@ "exports": {

@@ -64,2 +64,30 @@ # tsconfck

### cli
A simple cli wrapper is included, you can use it like this
#### find
```shell
# prints /path/to/tsconfig.json on stdout
tsconfck find src/index.ts
```
#### parse
```shell
# print content of ParseResult.tsconfig on stdout
tsconfck parse src/index.ts
# print to file
tsconfck parse src/index.ts > output.json
```
#### help
```shell
# print usage
tsconfck -h # or --help, -?, help
```
# Links

@@ -66,0 +94,0 @@

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