Installations
npm install cycle-notification-most-driver
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
5.10.1
NPM Version
3.8.3
Score
61.4
Supply Chain
68.7
Quality
74.9
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
fiatjaf
Download Statistics
Total Downloads
2,503
Last Day
1
Last Week
1
Last Month
5
Last Year
134
GitHub Statistics
5 Commits
3 Watching
1 Branches
1 Contributors
Package Meta Information
Latest Version
0.0.5
Package Id
cycle-notification-most-driver@0.0.5
Size
1.49 kB
NPM Version
3.8.3
Node Version
5.10.1
Total Downloads
Cumulative downloads
Total Downloads
2,503
Last day
0%
1
Compared to previous day
Last week
0%
1
Compared to previous week
Last month
25%
5
Compared to previous month
Last year
-15.2%
134
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
2
Peer Dependencies
1
Dev Dependencies
4
This is a driver for all your pure-most Cycle apps (think Motorcycle) displays humane.js notifications.
You don't have to include any CSS for humane.js themes, they will be loaded asynchronously from cdnjs.
Install
npm install --save cycle-notification-most-driver
Use
1import most from 'most' 2import Cycle from '@cycle/most-run' 3import {makeNotificationDriver} from 'cycle-notification-most-driver' 4 5Cycle.run(app, { 6 NOTIFICATION: makeNotificationDriver({ 7 timeout: 4000, 8 baseCls: 'humane-bigbox' 9 }) 10}) 11 12function app () { 13 return { 14 NOTIFICATION: most.from([ 15 'normal notification', 16 ['info notification', 'info'], 17 ['error notification with custom opts', 'error', {timeout: 8000}], 18 ['custom', {addnCls: 'custom-class'}], 19 {text: 'this works too', timeout: 1000, clickToClose: true} 20 ]) 21 } 22}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/5 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
2.6
/10
Last Scanned on 2024-12-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More