0.7.0 • Published 2 years ago

stale-dep v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

stale-dep npm

Unit Test

Check if your node_modules is stale.

Running on-demand

Using npx you can run the script without installing it first:

npx stale-dep

Usage

stale-dep -u: store the current dependencies status.

stale-dep: check if dependencies status is changed comparing to previous stored.

Add stale-dep to the project

  1. Install stale-dep as a dev dependency:
npm install -D stale-dep
  1. Add stale-dep to your package.json.
{
  "scripts": {
    "build": "stale-dep && some build command",
    "dev": "stale-dep && some dev command",
    // ...
    "postinstall": "stale-dep -u"
  }
}

Sponsors

License

MIT License © 2022 三咲智子

0.6.2

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.0

3 years ago