+1
-1
@@ -61,3 +61,3 @@ "use strict"; | ||
| mimeTypeRecord = new MIMEType(mimeType); | ||
| } catch (e) { | ||
| } catch { | ||
| mimeTypeRecord = new MIMEType("text/plain;charset=US-ASCII"); | ||
@@ -64,0 +64,0 @@ } |
+11
-7
@@ -12,6 +12,9 @@ { | ||
| ], | ||
| "version": "5.0.0", | ||
| "version": "6.0.0", | ||
| "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", | ||
| "license": "MIT", | ||
| "repository": "jsdom/data-urls", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/jsdom/data-urls.git" | ||
| }, | ||
| "main": "lib/parser.js", | ||
@@ -29,11 +32,12 @@ "files": [ | ||
| "whatwg-mimetype": "^4.0.0", | ||
| "whatwg-url": "^14.0.0" | ||
| "whatwg-url": "^15.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@domenic/eslint-config": "^3.0.0", | ||
| "c8": "^8.0.1", | ||
| "eslint": "^8.53.0" | ||
| "@domenic/eslint-config": "^4.0.1", | ||
| "c8": "^10.1.3", | ||
| "eslint": "^9.35.0", | ||
| "globals": "^16.4.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=18" | ||
| "node": ">=20" | ||
| }, | ||
@@ -40,0 +44,0 @@ "c8": { |
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
7920
1.1%0
-100%4
33.33%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated