New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

typeconfig

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typeconfig - npm Package Compare versions

Comparing version
2.3.2
to
2.3.3
+1
-1
package.json
{
"name": "typeconfig",
"version": "2.3.2",
"version": "2.3.3",
"description": "Config loader for Typescript",

@@ -5,0 +5,0 @@ "main": "common.js",

@@ -87,2 +87,3 @@ "use strict";

__setDefFromValue(propertyName) {
var _a;
if (typeof this.__state[propertyName].value === 'undefined') {

@@ -111,3 +112,5 @@ return;

catch (e) {
throw new Error('Error setting default value for ' + propertyName + ': ' + e);
console.error(`Can't set def value for "${propertyName}", value : `, (_a = this.__state[propertyName]) === null || _a === void 0 ? void 0 : _a.value);
throw new Error(`Error setting default value for "${propertyName}" (path: ${this.__propPath}, name: ${this.__propName}) : `
+ e);
}

@@ -114,0 +117,0 @@ }

Sorry, the diff of this file is not supported yet