Socket
Socket
Sign inDemoInstall

assert-outdated

Package Overview
Dependencies
0
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    assert-outdated

Asserts the maximal number of outdated dependencies.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
12.8 kB
Created
Weekly downloads
 

Readme

Source

assert-outdated

  • Allows to set a maximal number of outdated dependencies.
  • Enforces an up to date stack.
  • Zero dependencies.

Install

npm install --save-dev assert-outdated

Usage

On commandline you can run the command like this:

node_modules/.bin/assert-outdated-npm-modules --max-warnings 10 --ignore-pre-releases

Or put it into your package.json:

{
  "scripts": {
    "outdated-modules": "assert-outdated-npm-modules --max-warnings 10 --ignore-pre-releases",
    "test": "npm run lint && npm run outdated-modules && npm run unit-test"
  }
}

FAQs

Last updated on 21 Feb 2022

Did you know?

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

  • 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