hadron-type-checker
Advanced tools
Comparing version 0.0.0-next-892ea9363def9decb46464fcb9b654b2e4748466 to 0.0.0-next-8a09c9c9e4b2f37250c485d7dfb26de6cc37cc2e
@@ -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-892ea9363def9decb46464fcb9b654b2e4748466", | ||
"version": "0.0.0-next-8a09c9c9e4b2f37250c485d7dfb26de6cc37cc2e", | ||
"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.7.0", | ||
"lodash": "^4.17.21" | ||
@@ -42,3 +42,3 @@ }, | ||
}, | ||
"gitHead": "892ea9363def9decb46464fcb9b654b2e4748466" | ||
"gitHead": "8a09c9c9e4b2f37250c485d7dfb26de6cc37cc2e" | ||
} |
@@ -0,1 +1,2 @@ | ||
'use strict'; | ||
const { | ||
@@ -2,0 +3,0 @@ isPlainObject, |
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
Updatedbson@^6.7.0