Socket
Book a DemoInstallSign in
Socket

mongodb-js-precommit

Package Overview
Dependencies
Maintainers
25
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-js-precommit

Shared static analysis and integrity tooling.

2.2.1
latest
Source
npmnpm
Version published
Weekly downloads
1.6K
180.84%
Maintainers
25
Weekly downloads
 
Created
Source

mongodb-js-precommit travis npm

Standard linting, formatting and more for mongodb-js projects.

Usage

mongodb-js-precommit provides a shortcut to the following useful tools:

  • dependency-check Makes sure you didn't forget to update your package.json with new dependencies or remove dependencies your module isn't using anymore.
  • eslint Makes sure your code conforms to the syleguide for cases that aren't just simple formatting and are probably bugs.

Example

First, install pre-commit, which actually sets up the git pre-commit hook:

npm install --save-dev mongodb-js-precommit

Next, update your package.json to add a new check script:

  "scripts": {
    "check": "mongodb-js-precommit"
  }

To test that everything is working correctly, you can run:

npm run check

Now, sit back, relax and think about what you're going to do with your new found free time that would have been spent on code reviews.

Configuration

mongodb-js-precommit is easily configurable via your package.json.

dependency-check

  "dependency-check": {
    "entries": ["bin/mongodb-js-precommit.js"],
    "ignore": ["mongodb-js-precommit", "mocha"]
  }

precommit

This should just work no config required...

eslint

For more information, checkout eslint-config-mongodb-js.

Todo

  • npm-check-updates Can we safely update dependency versions to latest safely?
  • npm audit Are you using any modules with known security vulnerabilites?

License

Apache 2.0

FAQs

Package last updated on 07 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.