detect-browser-es
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "detect-browser-es", | ||
"type": "module", | ||
"version": "0.1.0", | ||
"packageManager": "pnpm@8.11.0", | ||
"version": "0.1.1", | ||
"packageManager": "pnpm@9.9.0", | ||
"license": "MIT", | ||
@@ -10,3 +10,3 @@ "homepage": "https://github.com/userquin/detect-browser-es#readme", | ||
"type": "git", | ||
"url": "https://github.com/userquin/detect-browser-es" | ||
"url": "git+https://github.com/userquin/detect-browser-es" | ||
}, | ||
@@ -40,6 +40,6 @@ "bugs": "https://github.com/userquin/detect-browser-es/issues", | ||
"test": "pnpm lint && vitest run --coverage", | ||
"test:chrome": "BROWSER=chrome vitest --c vitest-browser.config.mts", | ||
"test:edge": "BROWSER=edge vitest --c vitest-browser.config.mts", | ||
"test:firefox": "BROWSER=firefox vitest --c vitest-browser.config.mts", | ||
"test:safari": "BROWSER=safari vitest --c vitest-browser.config.mts", | ||
"test:chrome": "BROWSER=chrome vitest --c vitest-browser.config.ts", | ||
"test:edge": "BROWSER=edge vitest --c vitest-browser.config.ts", | ||
"test:firefox": "BROWSER=firefox vitest --c vitest-browser.config.ts", | ||
"test:safari": "BROWSER=safari vitest --c vitest-browser.config.ts", | ||
"wdio:chrome": "BROWSER=chrome wdio run ./wdio.conf.ts", | ||
@@ -51,3 +51,3 @@ "wdio:edge": "BROWSER=edge wdio run ./wdio.conf.ts", | ||
"dependencies": { | ||
"std-env": "^3.4.3" | ||
"std-env": "^3.7.0" | ||
}, | ||
@@ -57,25 +57,25 @@ "devDependencies": { | ||
"@antfu/ni": "^0.21.10", | ||
"@types/mocha": "^10.0.2", | ||
"@types/node": "^18.18.4", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^20.16.3", | ||
"@typescript-eslint/eslint-plugin": "^6.6.0", | ||
"@vitest/browser": "^1.0.0-beta.2", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"@vitest/utils": "^0.34.6", | ||
"@vitest/browser": "^2.0.5", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"@vitest/utils": "^2.0.5", | ||
"@wdio/browser-runner": "^8.18.2", | ||
"@wdio/cli": "^8.18.2", | ||
"@wdio/globals": "^8.18.2", | ||
"@wdio/mocha-framework": "^8.18.2", | ||
"@wdio/spec-reporter": "^8.18.1", | ||
"@wdio/types": "^8.17.0", | ||
"@wdio/cli": "^9.0.7", | ||
"@wdio/globals": "^9.0.7", | ||
"@wdio/mocha-framework": "^9.0.6", | ||
"@wdio/spec-reporter": "^9.0.7", | ||
"@wdio/types": "^9.0.4", | ||
"bumpp": "^9.2.0", | ||
"eslint": "^8.51.0", | ||
"happy-dom": "^12.9.1", | ||
"jsdom": "^22.1.0", | ||
"publint": "^0.2.5", | ||
"ts-node": "^10.9.1", | ||
"happy-dom": "^15.7.3", | ||
"jsdom": "^25.0.0", | ||
"publint": "^0.2.10", | ||
"ts-node": "^10.9.2", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.2", | ||
"vitest": "^1.0.0-beta.5", | ||
"webdriverio": "^8.18.0" | ||
"typescript": "^5.5.4", | ||
"vitest": "^2.0.5", | ||
"webdriverio": "^9.0.7" | ||
} | ||
} |
@@ -68,3 +68,3 @@ # detect-browser-es | ||
- the original tests from `detect-browser` | ||
- Happy DOM and jsdom tests, except WebdriverIO detection | ||
- Happy DOM and jsdom tests, except WebdriverIO detection: Happy DOM `v15.7.3` seems to omit the version (https://github.com/capricorn86/happy-dom/issues/1528) | ||
- User-Agent Client Hints server detection | ||
@@ -71,0 +71,0 @@ - Windows 11 server detection |
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
50145
Updatedstd-env@^3.7.0