File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4848 "grunt-remark",
4949 "grunt-retire",
5050 "grunt-shell",
51+ "grunt-snyk",
5152 "grunt-stylelint",
5253 "grunt-version-check",
5354 "grunt-yaml-validator",
7071 "rimraf",
7172 "sinon",
7273 "sinon-chai",
74+ "snyk",
7375 "stylelint-config-standard",
7476 "time-grunt"
7577 ]
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
9393
9494| Date | Version | Description |
9595| ----------- | ------- | ----------- |
96- | 2017-04-18 | v1.0.12 | Maintenance |
96+ | 2017-04-24 | v1.0.13 | Maintenance |
9797| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
9898| 2017-01-22 | v1.0.2 | Maintenance |
9999| 2017-01-22 | v1.0.0 | Official release |
Original file line number Diff line number Diff line change 11{
22 "name" : " simple-web-notification" ,
3- "version" : " 1.0.12 " ,
3+ "version" : " 1.0.13 " ,
44 "description" : " Web Notifications made easy." ,
55 "authors" : [
66 " Sagie Gur-Ari <[email protected] >"
Original file line number Diff line number Diff line change 11| Date | Version | Description |
22| ----------- | ------- | ----------- |
3- | 2017-04-18 | v1.0.12 | Maintenance |
3+ | 2017-04-24 | v1.0.13 | Maintenance |
44| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
55| 2017-01-22 | v1.0.2 | Maintenance |
66| 2017-01-22 | v1.0.0 | Official release |
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ case of no errors) and a 'hide' function which can be used to hide the notificat
5555| [ options.icon] | <code >String</code > | <code >/favicon.ico</code > | The notification icon (defaults to the website favicon.ico) |
5656| [ options.autoClose] | <code >Number</code > | | Auto closes the notification after the provided amount of millies (0 or undefined for no auto close) |
5757| [ options.onClick] | <code >function</code > | | An optional onclick event handler |
58- | [ callback] | <code >[ ShowNotificationCallback] ( #ShowNotificationCallback ) </ code > | | Called after the show is handled. |
58+ | [ callback] | [ <code >ShowNotificationCallback</ code > ] ( #ShowNotificationCallback ) | | Called after the show is handled. |
5959
6060** Example**
6161``` js
Original file line number Diff line number Diff line change 11{
22 "name" : " simple-web-notification" ,
3- "version" : " 1.0.12 " ,
3+ "version" : " 1.0.13 " ,
44 "description" : " Web Notifications made easy." ,
55 "author" : {
66 "name" : " Sagie Gur-Ari" ,
You can’t perform that action at this time.
0 commit comments