Socket
Socket
Sign inDemoInstall

hadron-type-checker

Package Overview
Dependencies
2
Maintainers
33
Versions
374
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-next-b7fec801851465307d84e2b4b6361da5ab1b4354 to 0.0.0-next-b970e123be6d9c7f700de325b6d83ed08fec7958

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-b7fec801851465307d84e2b4b6361da5ab1b4354",
"version": "0.0.0-next-b970e123be6d9c7f700de325b6d83ed08fec7958",
"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.6.0",
"lodash": "^4.17.21"

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

},
"gitHead": "b7fec801851465307d84e2b4b6361da5ab1b4354"
"gitHead": "b970e123be6d9c7f700de325b6d83ed08fec7958"
}

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

'use strict';
const {

@@ -2,0 +3,0 @@ isPlainObject,

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