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.9 to 1.0.10

20

CHANGELOG.md

@@ -0,1 +1,21 @@

## @visulima/tsconfig [1.0.10](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.9...@visulima/tsconfig@1.0.10) (2024-09-07)
### Bug Fixes
* added types support for node10 ([604583f](https://github.com/visulima/visulima/commit/604583fa3c24b950fafad45d17e7a1333040fd76))
### Styles
* cs fixes ([f5c4af7](https://github.com/visulima/visulima/commit/f5c4af7cfa9fc79b6d3fa60c1e48d88bffab5a08))
### Miscellaneous Chores
* update dev dependencies ([0738f98](https://github.com/visulima/visulima/commit/0738f9810478bb215ce4b2571dc8874c4c503089))
### Dependencies
* **@visulima/fs:** upgraded to 2.1.15
* **@visulima/path:** upgraded to 1.0.6
## @visulima/tsconfig [1.0.9](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.8...@visulima/tsconfig@1.0.9) (2024-08-30)

@@ -2,0 +22,0 @@

19

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

@@ -57,2 +57,9 @@ "keywords": [

"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/index.d.ts"
]
}
},
"files": [

@@ -64,4 +71,4 @@ "dist",

"dependencies": {
"@visulima/fs": "2.1.14",
"@visulima/path": "1.0.5",
"@visulima/fs": "2.1.15",
"@visulima/path": "1.0.6",
"jsonc-parser": "^3.3.1",

@@ -75,8 +82,9 @@ "resolve-pkg-maps": "^1.0.0"

"@anolilab/semantic-release-preset": "^9.0.0",
"@arethetypeswrong/cli": "^0.15.4",
"@babel/core": "^7.25.2",
"@rushstack/eslint-plugin-security": "^0.8.2",
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"@total-typescript/ts-reset": "^0.6.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "18.18.14",
"@visulima/packem": "^1.0.0-alpha.86",
"@visulima/packem": "^1.0.0-alpha.93",
"@vitest/coverage-v8": "^2.0.5",

@@ -130,2 +138,3 @@ "@vitest/ui": "^2.0.5",

"dev": "pnpm run build --watch",
"lint:attw": "attw --pack",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",

@@ -132,0 +141,0 @@ "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",

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