Socket
Socket
Sign inDemoInstall

bson

Package Overview
Dependencies
Maintainers
4
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 4.0.0-rc6 to 4.0.0-rc7

5

lib/parser/utils.js

@@ -28,2 +28,7 @@ 'use strict';

}
// NOTE: in transpiled cases the above require might return null/undefined
if (randomBytes == null) {
randomBytes = insecureRandomBytes;
}
}

@@ -30,0 +35,0 @@

2

package.json

@@ -14,3 +14,3 @@ {

],
"version": "4.0.0-rc6",
"version": "4.0.0-rc7",
"author": "Christian Amor Kvalheim <christkv@gmail.com>",

@@ -17,0 +17,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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