Socket
Socket
Sign inDemoInstall

ini

Package Overview
Dependencies
0
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

4

lib/ini.js

@@ -189,3 +189,5 @@ const { hasOwnProperty } = Object.prototype

val = JSON.parse(val)
} catch (_) {}
} catch {
// ignore errors
}
} else {

@@ -192,0 +194,0 @@ // walk the val to find the first not-escaped ; character

@@ -5,3 +5,3 @@ {

"description": "An ini encoder/decoder for node",
"version": "3.0.0",
"version": "3.0.1",
"repository": {

@@ -27,3 +27,3 @@ "type": "git",

"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.2",
"@npmcli/template-oss": "3.5.0",
"tap": "^16.0.1"

@@ -41,4 +41,4 @@ },

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.2"
"version": "3.5.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc