Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@focus4/core

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@focus4/core - npm Package Compare versions

Comparing version
12.7.0
to
12.8.0
+1
-1
lib/focus4.core.js

@@ -243,3 +243,3 @@ import i18next from 'i18next';

...jsonResponse,
type: "about:blank",
type: jsonResponse.type ?? "about:blank",
status

@@ -246,0 +246,0 @@ };

{
"name": "@focus4/core",
"version": "12.7.0",
"version": "12.8.0",
"description": "Focus v4, core module",

@@ -18,6 +18,6 @@ "main": "lib/focus4.core.js",

"dependencies": {
"es-toolkit": "~1.42.0",
"es-toolkit": "~1.43.0",
"history": "~5.3.0",
"is-network-error": "~1.3.0",
"ky": "~1.14.0",
"ky": "~1.14.1",
"luxon": "~3.7.2",

@@ -32,5 +32,4 @@ "mobx-utils": "~6.1.1",

"devDependencies": {
"jsdom": "27.2.0"
},
"gitHead": "03c006b881e43c891719783470b42339be5f36b6"
"jsdom": "27.3.0"
}
}

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