async-preloader
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -5,2 +5,6 @@ # Changelog | ||
## [5.2.1](https://github.com/dmnsgn/async-preloader/compare/v5.2.0...v5.2.1) (2021-11-12) | ||
# [5.2.0](https://github.com/dmnsgn/async-preloader/compare/v5.1.0...v5.2.0) (2021-10-29) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "async-preloader", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "Assets preloader using ES2017 async/await and fetch.", | ||
@@ -33,4 +33,4 @@ "keywords": [ | ||
"scripts": { | ||
"test": "jest test/", | ||
"jest": "jest test/ --watch --coverage --no-cache" | ||
"jest": "jest test/ --watch --coverage --no-cache", | ||
"test": "jest test/" | ||
}, | ||
@@ -37,0 +37,0 @@ "jest": { |
@@ -5,4 +5,4 @@ # async-preloader | ||
[![stability-stable](https://img.shields.io/badge/stability-stable-green.svg)](https://www.npmjs.com/package/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/main/package.json) | ||
[![npm minzipped size](https://img.shields.io/bundlephobia/minzip/async-preloader)](https://bundlephobia.com/package/async-preloader) | ||
[![dependencies](https://img.shields.io/librariesio/release/npm/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) | ||
@@ -9,0 +9,0 @@ [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-fa6673.svg)](https://conventionalcommits.org) |
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
59199