Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cbor

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cbor - npm Package Compare versions

Comparing version 7.0.4 to 7.0.5

3

lib/decoder.js

@@ -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)
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