Socket
Socket
Sign inDemoInstall

ts-lib-utils

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.13.4 to 2.14.1

2

dist/tsconfig.js

@@ -97,3 +97,3 @@ "use strict";

config.compilerOptions = { ...extendsConfig.compilerOptions, ...config.compilerOptions };
config.basePath = extendsBasename;
config.basePath = config.compilerOptions.baseUrl || extendsBasename;
}

@@ -100,0 +100,0 @@ return config;

@@ -116,3 +116,3 @@ import { __assign, __awaiter, __generator, __values } from "tslib";

config.compilerOptions = __assign(__assign({}, extendsConfig.compilerOptions), config.compilerOptions);
config.basePath = extendsBasename;
config.basePath = config.compilerOptions.baseUrl || extendsBasename;
_b.label = 6;

@@ -119,0 +119,0 @@ case 6: return [2 /*return*/, config];

{
"name": "ts-lib-utils",
"version": "2.13.4",
"version": "2.14.1",
"description": "Utils to develop library using typescript",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc