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-6fee25b6b54bd285296097cc4fdd881fc1fafe33 to 0.0.0-next-7020d1c8e22c0db55d45c7108e2beb42bdd5bb60

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-6fee25b6b54bd285296097cc4fdd881fc1fafe33",
"version": "0.0.0-next-7020d1c8e22c0db55d45c7108e2beb42bdd5bb60",
"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": "^6.2.0",
"bson": "^6.6.0",
"lodash": "^4.17.21"

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

},
"gitHead": "6fee25b6b54bd285296097cc4fdd881fc1fafe33"
"gitHead": "7020d1c8e22c0db55d45c7108e2beb42bdd5bb60"
}

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