New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

globalseo

Package Overview
Dependencies
Maintainers
0
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

globalseo - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

2

package.json
{
"name": "globalseo",
"version": "2.2.3",
"version": "2.2.4",
"description": "Translate your React.js or Next.js app with AI",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -37,3 +37,3 @@ const { getGlobalseoActiveLang, getGlobalseoOptions } = require("../configs");

const [srcUrl, srcWidth] = src.split(" ");
const url = new URL(srcUrl);
const url = new URL(srcUrl, window.location.origin);
url.hostname = originalWebsiteHostname;

@@ -40,0 +40,0 @@ return `${url.href} ${srcWidth}`;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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