@badrap/valita
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -518,4 +518,2 @@ "use strict"; | ||
for (const k in obj) { | ||
if (k === "__proto__") | ||
output.__proto__ = null; | ||
set(output, k, obj[k]); | ||
@@ -522,0 +520,0 @@ } |
@@ -518,4 +518,2 @@ "use strict"; | ||
for (const k in obj) { | ||
if (k === "__proto__") | ||
output.__proto__ = null; | ||
set(output, k, obj[k]); | ||
@@ -522,0 +520,0 @@ } |
{ | ||
"name": "@badrap/valita", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "A validation & parsing library for TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
@@ -712,3 +712,2 @@ // This is magic that turns object intersections to nicer-looking types. | ||
for (const k in obj) { | ||
if (k === "__proto__") output.__proto__ = null; | ||
set(output, k, obj[k]); | ||
@@ -715,0 +714,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
367797
6465