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

hadron-type-checker

Package Overview
Dependencies
Maintainers
1
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 0.8.0 to 0.9.0

4

lib/type-checker.js

@@ -287,2 +287,6 @@ 'use strict';

return this._stringTypes(object);
} else if (isNumber(object)) {
return this._stringTypes(String(object));
} else if (has(object, BSON_TYPE) && object._bsontype === 'Long') {
return this._stringTypes(String(object.toNumber()));
}

@@ -289,0 +293,0 @@ return [ this.type(object), 'String', 'Object', 'Array' ];

2

package.json

@@ -7,3 +7,3 @@ {

"homepage": "https://github.com/mongodb-js/hadron-type-checker",
"version": "0.8.0",
"version": "0.9.0",
"repository": {

@@ -10,0 +10,0 @@ "type": "git",

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