Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unpic

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unpic - npm Package Compare versions

Comparing version 3.6.0 to 3.6.1

2

esm/src/transformers/vercel.js

@@ -15,3 +15,3 @@ import { setParamIfDefined, setParamIfUndefined, toRelativeUrl, } from "../utils.js";

export const delegateUrl = (url) => {
const parsed = new URL(url);
const parsed = new URL(url, "http://n");
const source = parsed.searchParams.get("url");

@@ -18,0 +18,0 @@ if (!source || !source.startsWith("http")) {

@@ -6,3 +6,3 @@ {

"name": "unpic",
"version": "3.6.0",
"version": "3.6.1",
"description": "Universal image CDN translator",

@@ -9,0 +9,0 @@ "license": "MIT",

@@ -19,3 +19,3 @@ "use strict";

const delegateUrl = (url) => {
const parsed = new URL(url);
const parsed = new URL(url, "http://n");
const source = parsed.searchParams.get("url");

@@ -22,0 +22,0 @@ if (!source || !source.startsWith("http")) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc