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

hadron-type-checker

Package Overview
Dependencies
Maintainers
33
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.0.0-next-835937ee6a94b541fd12d3d0c54d829fb2d0e492 to 0.0.0-next-83dfacbf49d2e24fb9b79380a7260f3cfef5b766

1

index.js

@@ -0,1 +1,2 @@

'use strict';
module.exports = require('./src/type-checker');

8

package.json

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

"homepage": "https://github.com/mongodb-js/compass",
"version": "0.0.0-next-835937ee6a94b541fd12d3d0c54d829fb2d0e492",
"version": "0.0.0-next-83dfacbf49d2e24fb9b79380a7260f3cfef5b766",
"repository": {

@@ -27,7 +27,7 @@ "type": "git",

"lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern",
"depcheck": "depcheck",
"depcheck": "compass-scripts check-peer-deps && depcheck",
"test-ci": "npm run test"
},
"dependencies": {
"bson": "^5.2.0",
"bson": "^6.7.0",
"lodash": "^4.17.21"

@@ -42,3 +42,3 @@ },

},
"gitHead": "835937ee6a94b541fd12d3d0c54d829fb2d0e492"
"gitHead": "83dfacbf49d2e24fb9b79380a7260f3cfef5b766"
}

@@ -0,1 +1,2 @@

'use strict';
const {

@@ -325,3 +326,3 @@ isPlainObject,

}
return result === OBJECT_TYPE ? EMPTY : result;
return result === OBJECT_TYPE && result !== object ? EMPTY : result;
}

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