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.86 to 0.0.87

6

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

@@ -19,4 +19,4 @@ "authors": [

"bower_components",
".github",
"project",
".github",
"project",
"test",

@@ -23,0 +23,0 @@ "tests",

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-07-30 | v0.0.86 | Maintenance |
| 2016-07-30 | v0.0.87 | Maintenance |
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |

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

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

@@ -5,0 +5,0 @@ "author": {

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

grunt.registerTask('format', 'Format Code.', [
'jsbeautifier:full'
'jsbeautifier:full',
'jsonlint:format'
]);

@@ -17,0 +18,0 @@

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

require('../../bower.json').main,
'project/build/**/*.js'
'project/**/*.js'
]

@@ -14,0 +14,0 @@ }

@@ -7,6 +7,17 @@ 'use strict';

src: [
'*.json'
'*.json',
'project/**/*.json'
]
},
format: {
src: [
'*.json',
'project/**/*.json'
],
options: {
format: true,
indent: 2
}
}
}
};

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

| ----------- | ------- | ----------- |
| 2016-07-30 | v0.0.86 | Maintenance |
| 2016-07-30 | v0.0.87 | 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