Socket
Socket
Sign inDemoInstall

bson

Package Overview
Dependencies
Maintainers
2
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bson - npm Package Compare versions

Comparing version 0.4.13 to 0.4.14

HISTORY

2

lib/bson/bson.js

@@ -5,2 +5,3 @@ // "use strict"

readIEEE754 = require('./float_parser').readIEEE754,
Map = require('./map'),
Long = require('./long').Long,

@@ -312,2 +313,3 @@ Double = require('./double').Double,

module.exports.Code = Code;
module.exports.Map = Map;
module.exports.Symbol = Symbol;

@@ -314,0 +316,0 @@ module.exports.BSON = BSON;

2

package.json
{ "name" : "bson"
, "description" : "A bson parser for node.js and the browser"
, "keywords" : ["mongodb", "bson", "parser"]
, "version" : "0.4.13"
, "version" : "0.4.14"
, "author" : "Christian Amor Kvalheim <christkv@gmail.com>"

@@ -6,0 +6,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