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

@focus4/styling

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@focus4/styling - npm Package Compare versions

Comparing version
12.8.0
to
12.9.0
+2
-2
lib/focus4.styling.js

@@ -0,5 +1,5 @@

import { createContext, useContext, useMemo } from 'react';
import { jsx } from 'react/jsx-runtime';
import classNames from 'classnames';
import { pick } from 'es-toolkit';
import { createContext, useContext, useMemo } from 'react';
import { jsx } from 'react/jsx-runtime';

@@ -6,0 +6,0 @@ function get() {

{
"name": "@focus4/styling",
"version": "12.8.0",
"version": "12.9.0",
"description": "Focus v4, styling module",

@@ -19,7 +19,7 @@ "main": "lib/focus4.styling.js",

"dependencies": {
"@types/react": "~19.2.7",
"@types/react-dom": "~19.2.3",
"classnames": "~2.5.1",
"es-toolkit": "~1.43.0",
"tslib": "~2.8.1"
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"classnames": "^2.5.1",
"es-toolkit": "^1.45.1",
"tslib": "^2.8.1"
},

@@ -29,3 +29,4 @@ "peerDependencies": {

"react-dom": ">= 19.0 < 20"
}
},
"gitHead": "fa2a850433c95d8f541379723dbaf54284e5eed7"
}