Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

data-urls

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-urls - npm Package Compare versions

Comparing version
5.0.0
to
6.0.0
+1
-1
lib/parser.js

@@ -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 @@ }

@@ -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": {