Comparing version 7.0.4 to 7.0.5
@@ -609,3 +609,4 @@ 'use strict' | ||
for (let i = 0, len = parent.length; i < len; i += 2) { | ||
if (typeof parent[i] !== 'string') { | ||
if ((typeof parent[i] !== 'string') || | ||
(parent[i] === '__proto__')) { | ||
allstrings = false | ||
@@ -612,0 +613,0 @@ break |
{ | ||
"name": "cbor", | ||
"version": "7.0.4", | ||
"version": "7.0.5", | ||
"description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).", | ||
@@ -68,3 +68,3 @@ "main": "./lib/cbor.js", | ||
}, | ||
"gitHead": "31e15396fb444f44202cbeb2fcd8a327ae5e9109" | ||
"gitHead": "2613cbc6883abc586f4da823f152a4d8f87d4a02" | ||
} |
@@ -257,2 +257,1 @@ # cbor | ||
[![Coverage Status](https://coveralls.io/repos/hildjj/node-cbor/badge.svg?branch=main)](https://coveralls.io/r/hildjj/node-cbor?branch=main) | ||
[![Dependency Status](https://david-dm.org/hildjj/node-cbor.svg)](https://david-dm.org/hildjj/node-cbor) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4186
144481
257