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
129
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.1.23 to 2.1.24

10

index.js

@@ -488,3 +488,3 @@ const { isBrowser, getGlobalseoOptions, setGlobalseoOptions, setGlobalseoActiveLang, setIsTranslationInitialized, getIsTranslationInitialized, shouldTranslateInlineText, getGlobalseoActiveLang, DEFAULT_UNTRANSLATED_VALUE, MERGE_PREFIX } = require('./utils/configs.js');

console.log("globalseo texts", notInCache);
// console.log("globalseo texts", notInCache);
// console.log("globalseo start getting translations", notInCache.length);

@@ -690,3 +690,3 @@ // return;

if (textNode.textContent == "Cama adicional") console.log("textNodeThatNotInPrevPage existingCache", existingCache)
// if (textNode.textContent == "Cama adicional") console.log("textNodeThatNotInPrevPage existingCache", existingCache)

@@ -704,3 +704,3 @@

if (textNode.textContent == "Cama adicional") console.log("textNodeThatNotInPrevPage original vs textContent", textNode.originalTextContent, textNode.textContent)
// if (textNode.textContent == "Cama adicional") console.log("textNodeThatNotInPrevPage original vs textContent", textNode.originalTextContent, textNode.textContent)
return [...prevTextNode, textNode];

@@ -748,3 +748,3 @@ // if (textNode.originalTextContent != textNode.textContent) {

// console.log("startTranslationCycle getGlobalseoActiveLang", getGlobalseoActiveLang(), isBrowser())
console.log("startTranslationCycle", "globalseo start translation", delay)
// console.log("startTranslationCycle", "globalseo start translation", delay)

@@ -795,3 +795,3 @@ return new Promise(async (resolve) => {

try {
console.log("GLOBALSEO initializing...");
// console.log("GLOBALSEO initializing...");

@@ -798,0 +798,0 @@ if (!optsArgs?.originalLanguage) {

{
"name": "globalseo",
"version": "2.1.23",
"version": "2.1.24",
"description": "Translate your React.js or Next.js app with AI",

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

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