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-5 to 1.0.0-6

3

dist/index.js

@@ -414,2 +414,5 @@ var __defProp = Object.defineProperty;

if (key === "compilerOptions") {
if (!extendingConfig.compilerOptions) {
extendingConfig.compilerOptions = {};
}
for (const option of Object.keys(extendedConfig.compilerOptions)) {

@@ -416,0 +419,0 @@ if (Object.prototype.hasOwnProperty.call(extendingConfig.compilerOptions, option)) {

12

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

@@ -52,5 +52,5 @@ "license": "MIT",

"@tsconfig/node12": "^1.0.9",
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@types/node": "^16.7.13",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"c8": "^7.8.0",

@@ -89,5 +89,3 @@ "chalk": "^4.1.2",

"engines": {
"pnpm": "^6.7.0",
"yarn": "forbidden, use pnpm",
"npm": "forbidden, use pnpm",
"pnpm": ">=6.7.0",
"node": "^12.20 || ^14.13.1 || >= 16"

@@ -94,0 +92,0 @@ },

@@ -19,2 +19,4 @@ # tsconfck

- [x] optional findNative and parseNative to use official typescript api
- [x] zero dependencies (typescript optional)
- [x] extensive testsuite

@@ -143,1 +145,5 @@ # Install

```
# License
[MIT](./LICENSE)

@@ -145,2 +145,5 @@ import path from 'path';

if (key === 'compilerOptions') {
if (!extendingConfig.compilerOptions) {
extendingConfig.compilerOptions = {};
}
for (const option of Object.keys(extendedConfig.compilerOptions)) {

@@ -147,0 +150,0 @@ if (Object.prototype.hasOwnProperty.call(extendingConfig.compilerOptions, option)) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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