Socket
Socket
Sign inDemoInstall

@smithy/shared-ini-file-loader

Package Overview
Dependencies
2
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.13 to 2.1.0

5

dist-cjs/parseIni.js

@@ -29,5 +29,6 @@ "use strict";

}
else if (currentSubSection === undefined) {
else {
map[currentSection] = map[currentSection] || {};
map[currentSection][name] = value;
const key = currentSubSection ? `${currentSubSection}.${name}` : name;
map[currentSection][key] = value;
}

@@ -34,0 +35,0 @@ }

@@ -26,5 +26,6 @@ const profileNameBlockList = ["__proto__", "profile __proto__"];

}
else if (currentSubSection === undefined) {
else {
map[currentSection] = map[currentSection] || {};
map[currentSection][name] = value;
const key = currentSubSection ? `${currentSubSection}.${name}` : name;
map[currentSection][key] = value;
}

@@ -31,0 +32,0 @@ }

2

package.json
{
"name": "@smithy/shared-ini-file-loader",
"version": "2.0.13",
"version": "2.1.0",
"dependencies": {

@@ -5,0 +5,0 @@ "@smithy/types": "^2.3.4",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc