![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
stock-alert
Advanced tools
A Node API (and a CLI) for Live notification on NIFTY, SENSEX, NASDAQ, DOWJONES Indices.
npm install -g stock-alert
stock-alert <command>
Examples:
$ stock-alert desktop # for desktop notification for nifty
$ stock-alert dow # for DOWJONES
$ stock-alert nasdaq # for NASDAQ
$ stock-alert sensex # for SENSEX
$ stock-alert nifty # for NIFTY
$ stock-alert # default will give results on cli for exchanges
$ stock-alert help # show this help msg
const stockAlert = require("stock-alert)
/*
Available exchanges : NIFTY, SENSEX, DOWJONES, NASDAQ
*/
stockAlert("NIFTY).then(resp => {
console.log(resp.data);
/*
{
HIGH: '8575.45',
decl: 42,
ty: '5',
'1mthCh': '-3523.700',
HN: null,
cl1wDt: '2020-03-13',
cl5yDt: '2015-03-19',
YTD: -32.09118663428785,
cl5yPerChange: '-4.3000',
cl1yPerChange: '-28.3500',
cl3yVal: '9126.85',
'1yr': '-26.100',
cl3mVal: '12262.75',
'3yr': '-7.200',
...
...
...
}
*/
});
$ which stock-alert # it will give path of the executable file
$ crontab -e # command for opening crontab config
# m h dom mon dow commmand
*/30 10-15 * * 1-5 /path/to/stock-alert nifty desktop
# run in every thirty mintute b/w 10am to 3pm from monday to friday
FAQs
A Node API for NIFTY, SENSEX, NASDAQ and DOWJONES
The npm package stock-alert receives a total of 0 weekly downloads. As such, stock-alert popularity was classified as not popular.
We found that stock-alert demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.