whatwg-encoding
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "mocha", | ||
"test": "node --test", | ||
"lint": "eslint .", | ||
@@ -27,10 +27,8 @@ "prepare": "node scripts/update.js" | ||
"devDependencies": { | ||
"@domenic/eslint-config": "^1.3.0", | ||
"eslint": "^7.32.0", | ||
"minipass-fetch": "^1.4.1", | ||
"mocha": "^9.1.1" | ||
"@domenic/eslint-config": "^3.0.0", | ||
"eslint": "^8.53.0" | ||
}, | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=18" | ||
} | ||
} |
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
2
12791