Socket
Socket
Sign inDemoInstall

hadron-type-checker

Package Overview
Dependencies
2
Maintainers
33
Versions
378
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-next-dc4590988660016a4419dbc587f3182af207ed15 to 0.0.0-next-dc4b60b4102c74e6b4f5ad912ab92ee3aa6dfc9f

1

index.js

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

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

12

package.json

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

"homepage": "https://github.com/mongodb-js/compass",
"version": "0.0.0-next-dc4590988660016a4419dbc587f3182af207ed15",
"version": "0.0.0-next-dc4b60b4102c74e6b4f5ad912ab92ee3aa6dfc9f",
"repository": {

@@ -27,8 +27,8 @@ "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": "^4.4.1",
"lodash": "^4.17.15"
"bson": "^6.6.0",
"lodash": "^4.17.21"
},

@@ -40,5 +40,5 @@ "devDependencies": {

"eslint-config-mongodb-js": "^5.0.3",
"mocha": "^8.0.1"
"mocha": "^10.2.0"
},
"gitHead": "dc4590988660016a4419dbc587f3182af207ed15"
"gitHead": "dc4b60b4102c74e6b4f5ad912ab92ee3aa6dfc9f"
}

@@ -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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc