New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

multi-ini

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

multi-ini - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

lib/parser.js

@@ -34,3 +34,3 @@ 'use strict';

var REGEXP_IGNORE_KEYS = /__proto__/;
var REGEXP_IGNORE_KEYS = /__proto__|constructor|prototype/;

@@ -37,0 +37,0 @@ var Parser = function () {

{
"name": "multi-ini",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "An ini-file parser which supports multi line, multiple levels and arrays to get a maximum of compatibility with Zend config files.",

@@ -140,2 +140,8 @@ # multi-ini [![Build Status](https://travis-ci.org/evangelion1204/multi-ini.png?branch=master)](https://travis-ci.org/evangelion1204/multi-ini) [![Coverage Status](https://coveralls.io/repos/evangelion1204/multi-ini/badge.svg?branch=master)](https://coveralls.io/r/evangelion1204/multi-ini?branch=master)

### 2.1.2
* Fixed prototype pollution by ignoring `constructor` and `prototype`
### 2.1.1
* Fixed prototype pollution by ignoring `__proto__`
### 1.0.1

@@ -142,0 +148,0 @@ * Fixed bug with `keep_quotes` ignored when writing files

@@ -23,3 +23,3 @@ 'use strict';

const REGEXP_IGNORE_KEYS = /__proto__/;
const REGEXP_IGNORE_KEYS = /__proto__|constructor|prototype/;

@@ -26,0 +26,0 @@ class Parser {

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