hadron-type-checker
Advanced tools
Comparing version 0.0.0-next-92d0020f1616b24273dd45bcadc1f36b47a690d7 to 0.0.0-next-9393cb0d5342c1522d7921ddb868725b33e230a3
@@ -0,1 +1,2 @@ | ||
'use strict'; | ||
module.exports = require('./src/type-checker'); |
@@ -10,3 +10,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-92d0020f1616b24273dd45bcadc1f36b47a690d7", | ||
"version": "0.0.0-next-9393cb0d5342c1522d7921ddb868725b33e230a3", | ||
"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.7.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": "92d0020f1616b24273dd45bcadc1f36b47a690d7" | ||
"gitHead": "9393cb0d5342c1522d7921ddb868725b33e230a3" | ||
} |
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40893
380
167
+ Addedbson@6.10.1(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbson@4.7.2(transitive)
- Removedbuffer@5.7.1(transitive)
- Removedieee754@1.2.1(transitive)
Updatedbson@^6.7.0
Updatedlodash@^4.17.21