async-preloader
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -5,2 +5,6 @@ # Changelog | ||
## [5.0.2](https://github.com/dmnsgn/async-preloader/compare/v5.0.1...v5.0.2) (2021-03-24) | ||
## [5.0.1](https://github.com/dmnsgn/async-preloader/compare/v5.0.0...v5.0.1) (2021-03-20) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "async-preloader", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Assets preloader using ES2017 async/await and fetch.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -6,3 +6,3 @@ # async-preloader | ||
[![npm minzipped size](https://img.shields.io/bundlephobia/minzip/async-preloader)](https://www.npmjs.com/package/async-preloader) | ||
[![dependencies](https://img.shields.io/david/dmnsgn/async-preloader)](https://github.com/dmnsgn/async-preloader/blob/master/package.json) | ||
[![dependencies](https://img.shields.io/david/dmnsgn/async-preloader)](https://github.com/dmnsgn/async-preloader/blob/main/package.json) | ||
[![types](https://img.shields.io/npm/types/async-preloader)](https://github.com/microsoft/TypeScript) | ||
@@ -13,5 +13,5 @@ [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-fa6673.svg)](https://conventionalcommits.org) | ||
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) | ||
[![license](https://img.shields.io/github/license/dmnsgn/async-preloader)](https://github.com/dmnsgn/async-preloader/blob/master/LICENSE) | ||
[![license](https://img.shields.io/github/license/dmnsgn/async-preloader)](https://github.com/dmnsgn/async-preloader/blob/main/LICENSE.md) | ||
> Assets preloader using ES2017 async/await and fetch. | ||
Assets preloader using ES2017 async/await and fetch. | ||
@@ -30,4 +30,4 @@ [![paypal](https://img.shields.io/badge/donate-paypal-informational?logo=paypal)](https://paypal.me/dmnsgn) | ||
- [AsyncPreloader class](https://dmnsgn.github.io/async-preloader/classes/_index_.asyncpreloader.html) | ||
- [AsyncPreloader types](https://dmnsgn.github.io/async-preloader/modules/_types_.html) | ||
- [AsyncPreloader class](https://dmnsgn.github.io/async-preloader/classes/index.asyncpreloader.html) | ||
- [AsyncPreloader types](https://dmnsgn.github.io/async-preloader/modules/types.html) | ||
@@ -34,0 +34,0 @@ ## Quick start |
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
58649