async-preloader
Advanced tools
Comparing version 8.0.3 to 8.0.4
@@ -5,2 +5,6 @@ # Changelog | ||
## [8.0.4](https://github.com/dmnsgn/async-preloader/compare/v8.0.3...v8.0.4) (2024-07-08) | ||
## [8.0.3](https://github.com/dmnsgn/async-preloader/compare/v8.0.2...v8.0.3) (2023-11-02) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "async-preloader", | ||
"version": "8.0.3", | ||
"version": "8.0.4", | ||
"description": "Assets preloader using async/await and fetch for usage both in the browser and Node.js.", | ||
@@ -16,3 +16,6 @@ "keywords": [ | ||
"bugs": "https://github.com/dmnsgn/async-preloader/issues", | ||
"repository": "dmnsgn/async-preloader", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dmnsgn/async-preloader.git" | ||
}, | ||
"funding": [ | ||
@@ -31,3 +34,8 @@ { | ||
"type": "module", | ||
"exports": "./lib/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./types/index.d.ts", | ||
"default": "./lib/index.js" | ||
} | ||
}, | ||
"main": "lib/index.js", | ||
@@ -37,2 +45,3 @@ "types": "types/index.d.ts", | ||
"coverage": "nyc report --reporter=text --reporter=html", | ||
"dev": "npx snowdev --no-serve", | ||
"prejest": "npx snowdev install", | ||
@@ -66,28 +75,29 @@ "jest": "NODE_OPTIONS=--experimental-vm-modules npx jest test/ --watch --no-cache", | ||
"fontfaceobserver-es": "^3.3.3", | ||
"tslib": "^2.6.2" | ||
"tslib": "^2.6.3" | ||
}, | ||
"devDependencies": { | ||
"@types/css-font-loading-module": "^0.0.10", | ||
"@types/expect-puppeteer": "^5.0.5", | ||
"@types/jest": "^29.5.7", | ||
"@types/jest-environment-puppeteer": "^5.0.5", | ||
"@types/node": "^20.8.10", | ||
"@types/css-font-loading-module": "^0.0.13", | ||
"@types/expect-puppeteer": "^5.0.6", | ||
"@types/jest": "^29.5.12", | ||
"@types/jest-environment-puppeteer": "^5.0.6", | ||
"@types/node": "^20.14.10", | ||
"@types/puppeteer": "^5.4.7", | ||
"@xmldom/xmldom": "^0.8.10", | ||
"es-module-shims": "^1.8.1", | ||
"es-module-shims": "^1.10.0", | ||
"jest": "^29.7.0", | ||
"jest-puppeteer": "^9.0.1", | ||
"jest-puppeteer": "^10.0.1", | ||
"jest-ts-webcompat-resolver": "^1.0.0", | ||
"mime-types": "^2.1.35", | ||
"nyc": "^15.1.0", | ||
"nyc": "^17.0.0", | ||
"portfinder": "^1.0.32", | ||
"puppeteer": "^21.4.1", | ||
"puppeteer": "^22.12.1", | ||
"puppeteer-to-istanbul": "^1.4.0", | ||
"snowdev": "^2.0.0-alpha.20", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.2.2" | ||
"snowdev": "^2.2.3", | ||
"ts-jest": "^29.1.5", | ||
"typescript": "^5.5.3" | ||
}, | ||
"engines": { | ||
"node": ">=20.0.0", | ||
"npm": ">=9.6.4" | ||
"node": ">=22.0.0", | ||
"npm": ">=10.5.1", | ||
"snowdev": ">=2.2.x" | ||
}, | ||
@@ -94,0 +104,0 @@ "jest-puppeteer": { |
Sorry, the diff of this file is not supported yet
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
69116
0
Updatedtslib@^2.6.3