html-encoding-sniffer
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", | ||
@@ -18,16 +18,15 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "mocha", | ||
"test": "node --test", | ||
"lint": "eslint ." | ||
}, | ||
"dependencies": { | ||
"whatwg-encoding": "^2.0.0" | ||
"whatwg-encoding": "^3.1.1" | ||
}, | ||
"devDependencies": { | ||
"@domenic/eslint-config": "^1.4.0", | ||
"eslint": "^7.32.0", | ||
"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
11662
+ Addedwhatwg-encoding@3.1.1(transitive)
- Removedwhatwg-encoding@2.0.0(transitive)
Updatedwhatwg-encoding@^3.1.1