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.81 to 0.0.82

4

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

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

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

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

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-07-01 | v0.0.81 | Maintenance |
| 2016-07-04 | v0.0.82 | 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 |

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

require('jit-grunt')(grunt, {
jsdoc2md: 'grunt-jsdoc-to-markdown'
jsdoc2md: 'grunt-jsdoc-to-markdown',
force: 'grunt-force-task'
});

@@ -15,3 +16,3 @@

targetDirectory: 'target',
buildDirectory: 'build'
nodeMajorVersion: Number(process.version.match(/^v(\d+)/)[1])
},

@@ -23,4 +24,10 @@ config: {

options.BuildConfig.es6Support = (options.BuildConfig.nodeMajorVersion >= 4);
global.build = {
options: options
};
var configs = require('load-grunt-configs')(grunt, options);
grunt.initConfig(configs);
};
{
"name": "angular-web-notification",
"version": "0.0.81",
"version": "0.0.82",
"description": "AngularJS service for displaying web notifications.",

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

"grunt-eslint": "latest",
"grunt-force-task": "latest",
"grunt-gitdown": "latest",

@@ -48,0 +49,0 @@ "grunt-jscs": "latest",

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

require('../../bower.json').main,
'Gruntfile.js',
'<%=BuildConfig.buildDirectory%>/**/*.js'
'Gruntfile.js'
]

@@ -16,0 +15,0 @@ }

@@ -8,2 +8,7 @@ 'use strict';

var eslintPrefix = '';
if (!global.build.options.BuildConfig.es6Support) {
eslintPrefix = 'force:';
}
return {

@@ -18,3 +23,3 @@ tasks: {

'jslint:full',
'eslint:full',
eslintPrefix + 'eslint:full',
'jscs:full'

@@ -21,0 +26,0 @@ ]

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

| ----------- | ------- | ----------- |
| 2016-07-01 | v0.0.81 | Maintenance |
| 2016-07-04 | v0.0.82 | 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