Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-web-notification

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-web-notification - npm Package Compare versions

Comparing version 0.0.79 to 0.0.80

docs/CHANGELOG.md

2

bower.json
{
"name": "angular-web-notification",
"version": "0.0.79",
"version": "0.0.80",
"description": "AngularJS service for displaying web notifications.",

@@ -5,0 +5,0 @@ "authors": [

{
"name": "angular-web-notification",
"version": "0.0.79",
"version": "0.0.80",
"description": "AngularJS service for displaying web notifications.",

@@ -46,2 +46,3 @@ "author": {

"grunt-eslint": "latest",
"grunt-gitdown": "latest",
"grunt-jscs": "latest",

@@ -48,0 +49,0 @@ "grunt-jsdoc-to-markdown": "latest",

@@ -14,3 +14,3 @@ 'use strict';

grunt.registerTask('docs', 'Generate docs.', [
'jsdoc2md:api'
'concurrent:docs'
]);

@@ -20,3 +20,18 @@

return {};
grunt.registerTask('lint', 'Linting tasks.', [
'concurrent:lint'
]);
return {
tasks: {
concurrent: {
docs: {
target: [
'gitdown:readme',
'jsdoc2md:api'
]
}
}
}
};
};

@@ -20,4 +20,4 @@ 'use strict';

grunt.registerTask('build', 'Run all build steps.', [
'docs',
'lint',
'docs',
'coverage'

@@ -24,0 +24,0 @@ ]);

@@ -111,3 +111,3 @@ # angular-web-notification

| ----------- | ------- | ----------- |
| 2016-06-14 | v0.0.79 | Maintenance |
| 2016-06-28 | v0.0.80 | Maintenance |
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |

@@ -114,0 +114,0 @@ | 2016-06-14 | v0.0.77 | Maintenance |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc