angular-spinners
Advanced tools
Comparing version 3.1.2 to 5.0.0
{ | ||
"name": "angular-spinners", | ||
"version": "3.1.2", | ||
"description": "", | ||
"main": "dist/angular-spinners.js", | ||
"devDependencies": { | ||
"gulp": "^3.9.0", | ||
"gulp-angular-filesort": "^1.1.1", | ||
"gulp-concat": "^2.5.2", | ||
"gulp-concat-util": "^0.5.2", | ||
"gulp-ng-annotate": "^1.0.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-uglify": "^1.2.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"version": "5.0.0", | ||
"description": "Easy loading spinner management for apps running Angular 2+", | ||
"main": "bundles/angular-spinners.umd.js", | ||
"module": "index.js", | ||
"typings": "index.d.ts", | ||
"keywords": [ | ||
"angular", | ||
"angular2", | ||
"angular 2", | ||
"angular4", | ||
"spinners", | ||
"spinner" | ||
], | ||
"author": "Alex Ford", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/codetunnel/angular-spinners.git" | ||
"url": "https://github.com/chevtek/angular-spinners.git" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
"homepage": "https://github.com/chevtek/angular-spinners", | ||
"bugs": { | ||
"url": "https://github.com/codetunnel/angular-spinners/issues" | ||
"url": "https://github.com/chevtek/angular-spinners/issues" | ||
}, | ||
"homepage": "https://github.com/codetunnel/angular-spinners#readme" | ||
} | ||
"peerDependencies": { | ||
"@angular/core": "^2.4.0 || ^4.0.0", | ||
"@angular/common": "^2.4.0 || ^4.0.0", | ||
"rxjs": "^5.4.1" | ||
} | ||
} |
@@ -104,3 +104,3 @@ # angular-spinners | ||
// do stuff with data | ||
}) | ||
}) | ||
.catch(function (err) { | ||
@@ -300,29 +300,3 @@ // handle error | ||
> #### Q) Why do I get "No spinner named 'xyz' is registered." when I try to show my spinner? | ||
> | ||
> **A)** You are trying to show your spinner element before the directive has registered itself with the spinner service. See [this issue](https://github.com/codetunnel/angular-spinners/issues/4) for a full explanation. | ||
--- | ||
# License | ||
The MIT License (MIT) | ||
Copyright (c) <year> <copyright holders> | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
> | ||
> **A)** You are trying to show your spinner element before the directive has registered itself with the spinner service. See [this issue](https://github.com/codetunnel/angular-spinners/issues/4) for a full explanation. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
41279
0
25
1
3
318
300
1