πŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more β†’
Socket
DemoInstallSign in
Socket

dated-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dated-cli

Yarn outdated wrapper

0.3.1
latest
Source
npm
Version published
Weekly downloads
38
245.45%
Maintainers
1
Weekly downloads
Β 
Created
Source

Dated

Yarn outdate wrapper with notification

Configuration

Configuration file must be located in your project's root and named .dated.json.

Possible options:

{
  "name": null,
  "webhook": null,
  "channel": null,
  "days": 7,
  "debug": false,
  "allowFailure": true,
  "versionThreshold": "",
  "ignorePackages": [],
  "importantPackages": [],
  "cacheFile": ".dated-cache"
}
  • name – name of your app
  • webhook – slack/mattermost webhook url
  • channel – slack/mattermost channel name
  • days – period of notifications (0 means every time)
  • debug – turn on/off debug messages in console
  • allowFailure – fail or not when there are outdated packages
  • versionThreshold – check versions outdated by treshold ("major|minor|patch")
  • ignorePackages – packages that will be ignored during check outdated
  • importantPackages – packages that will be printed in result message
  • cacheFile – cache file path

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/umbrellio/dated-cli.

License

Released under MIT License.

Authors

Created by Aleksei Bespalov.

Supported by Umbrellio

Keywords

yarn

FAQs

Package last updated on 13 Jan 2021

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