We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a52f4 commit 7ef47b9Copy full SHA for 7ef47b9
browser.js
@@ -1,4 +1,5 @@
1
/* eslint-env browser */
2
+/* eslint-disable n/no-unsupported-features/node-builtins */
3
4
const level = (() => {
5
if (!('navigator' in globalThis)) {
package.json
@@ -52,10 +52,10 @@
52
"16m"
53
],
54
"devDependencies": {
55
- "@types/node": "^20.11.17",
56
- "ava": "^6.1.1",
57
- "tsd": "^0.30.4",
58
- "xo": "^0.57.0"
+ "@types/node": "^22.10.2",
+ "ava": "^6.2.0",
+ "tsd": "^0.31.2",
+ "xo": "^0.60.0"
59
},
60
"ava": {
61
"serial": true,
0 commit comments