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

hadron-type-checker

Package Overview
Dependencies
Maintainers
29
Versions
497
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hadron-type-checker - npm Package Compare versions

Comparing version 6.9.0 to 6.10.0

4

package.json

@@ -10,3 +10,3 @@ {

"homepage": "https://github.com/mongodb-js/compass",
"version": "6.9.0",
"version": "6.10.0",
"repository": {

@@ -41,3 +41,3 @@ "type": "git",

},
"gitHead": "2c4149184e87b8340851590663287b914d7ee63e"
"gitHead": "9f5498524c3e50d351f6f36fb015ff14163a39cf"
}

@@ -211,3 +211,4 @@ const {

const toBinary = (object) => {
return new Binary('' + object, Binary.SUBTYPE_DEFAULT);
const buffer = ArrayBuffer.isView(object) ? Buffer.from(object) : Buffer.from(toString(object), 'utf8');
return new Binary(buffer, Binary.SUBTYPE_DEFAULT);
};

@@ -214,0 +215,0 @@

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