async-preloader
Advanced tools
Comparing version 4.8.2 to 4.8.3
{ | ||
"name": "async-preloader", | ||
"version": "4.8.2", | ||
"version": "4.8.3", | ||
"description": "Assets preloader using ES2017 async/await and fetch.", | ||
@@ -65,18 +65,18 @@ "main": "lib/async-preloader.cjs.js", | ||
"devDependencies": { | ||
"jsdom": "^15.2.1", | ||
"jest": "^24.9.0", | ||
"@types/jest": "^24.0.24", | ||
"@types/node": "^12.12.21", | ||
"jsdom": "^16.2.0", | ||
"jest": "^25.1.0", | ||
"@types/jest": "^25.1.2", | ||
"@types/node": "^13.7.2", | ||
"node-fetch": "^2.6.0", | ||
"prettier": "^1.19.1", | ||
"rollup": "^1.27.13", | ||
"rollup": "^1.31.1", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-typescript2": "^0.25.3", | ||
"rollup-plugin-typescript2": "^0.26.0", | ||
"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" | ||
"ts-jest": "^25.2.1", | ||
"tslint": "^6.0.0", | ||
"typedoc": "^0.16.10", | ||
"typescript": "^3.7.5", | ||
"xmldom": "^0.2.1" | ||
}, | ||
@@ -83,0 +83,0 @@ "dependencies": { |
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
53033