async-preloader
Advanced tools
Comparing version 4.7.1 to 4.8.0
{ | ||
"name": "async-preloader", | ||
"version": "4.7.1", | ||
"version": "4.8.0", | ||
"description": "Assets preloader using ES2017 async/await and fetch.", | ||
@@ -65,17 +65,17 @@ "main": "lib/async-preloader.cjs.js", | ||
"devDependencies": { | ||
"jsdom": "^14.1.0", | ||
"jest": "^24.7.1", | ||
"@types/jest": "^24.0.11", | ||
"@types/node": "^11.13.6", | ||
"node-fetch": "^2.3.0", | ||
"prettier": "^1.17.0", | ||
"rollup": "^1.10.1", | ||
"rollup-plugin-commonjs": "^9.3.4", | ||
"rollup-plugin-node-resolve": "^4.2.3", | ||
"rollup-plugin-typescript2": "^0.20.1", | ||
"jsdom": "^15.1.1", | ||
"jest": "^24.8.0", | ||
"@types/jest": "^24.0.14", | ||
"@types/node": "^12.0.8", | ||
"node-fetch": "^2.6.0", | ||
"prettier": "^1.18.2", | ||
"rollup": "^1.15.2", | ||
"rollup-plugin-commonjs": "^10.0.0", | ||
"rollup-plugin-node-resolve": "^5.0.2", | ||
"rollup-plugin-typescript2": "^0.21.1", | ||
"rollup-plugin-uglify": "^6.0.2", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.16.0", | ||
"tslint": "^5.17.0", | ||
"typedoc": "^0.14.2", | ||
"typescript": "^3.4.4", | ||
"typescript": "^3.5.1", | ||
"xmldom": "^0.1.27" | ||
@@ -85,4 +85,4 @@ }, | ||
"fontfaceobserver-es": "^3.3.1", | ||
"tslib": "^1.9.3" | ||
"tslib": "^1.10.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
59210
Updatedtslib@^1.10.0