Socket
Socket
Sign inDemoInstall

@visulima/tsconfig

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visulima/tsconfig - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

12

CHANGELOG.md

@@ -0,1 +1,13 @@

## @visulima/tsconfig [1.0.2](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.1...@visulima/tsconfig@1.0.2) (2024-07-01)
### Styles
* cs fixes ([cf19938](https://github.com/visulima/visulima/commit/cf199384f25cd6e97d4041317b35b6a3cc586f88))
* cs fixes found by eslint and prettier ([69ef744](https://github.com/visulima/visulima/commit/69ef7444c0bfbf1c94763623332e06b7fffc0039))
### Dependencies
* **@visulima/fs:** upgraded to 2.1.8
## @visulima/tsconfig [1.0.1](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.0...@visulima/tsconfig@1.0.1) (2024-06-19)

@@ -2,0 +14,0 @@

4

package.json
{
"name": "@visulima/tsconfig",
"version": "1.0.1",
"version": "1.0.2",
"description": "Find and/or parse the tsconfig.json file from a directory path.",

@@ -63,3 +63,3 @@ "keywords": [

"dependencies": {
"@visulima/fs": "2.1.7",
"@visulima/fs": "2.1.8",
"@visulima/path": "1.0.2",

@@ -66,0 +66,0 @@ "jsonc-parser": "^3.2.1",

@@ -10,2 +10,3 @@ <div align="center">

[resolve-pkg-maps](https://github.com/privatenumber/resolve-pkg-maps)
</p>

@@ -75,5 +76,5 @@ </div>

```ts
import { readTsConfig } from '@visulima/package';
import { readTsConfig } from "@visulima/package";
const tsconfig = await readTsConfig("/Users/../Projects/visulima/packages/tsconfig.json", /* { tscCompatible: false } */);
const tsconfig = await readTsConfig("/Users/../Projects/visulima/packages/tsconfig.json" /* { tscCompatible: false } */);
```

@@ -80,0 +81,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