angular-web-notification
Advanced tools
Comparing version 0.0.83 to 0.0.84
{ | ||
"name": "angular-web-notification", | ||
"version": "0.0.83", | ||
"version": "0.0.84", | ||
"description": "AngularJS service for displaying web notifications.", | ||
@@ -5,0 +5,0 @@ "authors": [ |
| Date | Version | Description | | ||
| ----------- | ------- | ----------- | | ||
| 2016-07-06 | v0.0.83 | Maintenance | | ||
| 2016-07-18 | v0.0.84 | 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.83", | ||
"version": "0.0.84", | ||
"description": "AngularJS service for displaying web notifications.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -140,2 +140,3 @@ { | ||
"no-lonely-if": "error", | ||
"no-mixed-operators": "error", | ||
"no-loop-func": "error", | ||
@@ -212,2 +213,8 @@ "no-magic-numbers": "off", | ||
"no-whitespace-before-property": "error", | ||
"object-curly-newline": [ | ||
"error", | ||
{ | ||
"minProperties": 1 | ||
} | ||
], | ||
"object-curly-spacing": [ | ||
@@ -238,2 +245,6 @@ "error", | ||
"require-yield": "error", | ||
"rest-spread-spacing": [ | ||
"error", | ||
"never" | ||
], | ||
"semi": "error", | ||
@@ -240,0 +251,0 @@ "semi-spacing": [ |
@@ -111,3 +111,3 @@ # angular-web-notification | ||
| ----------- | ------- | ----------- | | ||
| 2016-07-06 | v0.0.83 | Maintenance | | ||
| 2016-07-18 | v0.0.84 | 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 | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76246
1436