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

bson-giga

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bson-giga - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

3

lib/bson/parser/deserializer.js
'use strict';
const { Buffer } = require('buffer')
var Long = require('../long').Long,

@@ -267,3 +268,3 @@ Double = require('../double').Double,

if (promoteBuffers && promoteValues) {
object[name] = buffer.slice(index, index + binarySize);
object[name] = Buffer.from(buffer.slice(index, index + binarySize));
} else {

@@ -270,0 +271,0 @@ object[name] = new Binary(buffer.slice(index, index + binarySize), subType);

@@ -15,3 +15,3 @@ {

],
"version": "1.1.6",
"version": "1.1.7",
"author": "Christian Amor Kvalheim <christkv@gmail.com>",

@@ -18,0 +18,0 @@ "contributors": [],

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