async-preloader
Advanced tools
Comparing version 4.8.1 to 4.8.2
{ | ||
"name": "async-preloader", | ||
"version": "4.8.1", | ||
"version": "4.8.2", | ||
"description": "Assets preloader using ES2017 async/await and fetch.", | ||
@@ -14,6 +14,6 @@ "main": "lib/async-preloader.cjs.js", | ||
"name": "Damien Seguin", | ||
"url": "https://dmnsgn.me" | ||
"url": "https://github.com/dmnsgn/" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
"node": ">=10.0.0" | ||
}, | ||
@@ -66,17 +66,17 @@ "keywords": [ | ||
"devDependencies": { | ||
"jsdom": "^15.1.1", | ||
"jsdom": "^15.2.1", | ||
"jest": "^24.9.0", | ||
"@types/jest": "^24.0.18", | ||
"@types/node": "^12.7.3", | ||
"@types/jest": "^24.0.24", | ||
"@types/node": "^12.12.21", | ||
"node-fetch": "^2.6.0", | ||
"prettier": "^1.18.2", | ||
"rollup": "^1.20.3", | ||
"prettier": "^1.19.1", | ||
"rollup": "^1.27.13", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-typescript2": "^0.24.0", | ||
"rollup-plugin-uglify": "^6.0.3", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.19.0", | ||
"typedoc": "^0.15.0", | ||
"typescript": "^3.6.2", | ||
"rollup-plugin-typescript2": "^0.25.3", | ||
"rollup-plugin-uglify": "^6.0.4", | ||
"ts-jest": "^24.2.0", | ||
"tslint": "^5.20.1", | ||
"typedoc": "^0.15.5", | ||
"typescript": "^3.7.3", | ||
"xmldom": "^0.1.27" | ||
@@ -83,0 +83,0 @@ }, |
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
53038