You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@mantine/code-highlight

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/code-highlight - npm Package Compare versions

Comparing version

to
8.0.0

2

lib/CodeHighlight/CodeHighlightControl/CodeHighlightControl.d.ts

@@ -15,3 +15,3 @@ import { BoxProps, PolymorphicFactory, StylesApiProps } from '@mantine/core';

component?: any;
} & Omit<Omit<any, "ref">, "component" | keyof CodeHighlightControlProps> & {
} & Omit<Omit<any, "ref">, keyof CodeHighlightControlProps | "component"> & {
ref?: any;

@@ -18,0 +18,0 @@ renderRoot?: (props: any) => any;

{
"name": "@mantine/code-highlight",
"version": "8.0.0-alpha.3",
"version": "8.0.0",
"description": "Code highlight with Mantine theme",

@@ -48,4 +48,4 @@ "homepage": "https://mantine.dev/x/code-highlight/",

"peerDependencies": {
"@mantine/core": "8.0.0-alpha.3",
"@mantine/hooks": "8.0.0-alpha.3",
"@mantine/core": "8.0.0",
"@mantine/hooks": "8.0.0",
"react": "^18.x || ^19.x",

@@ -52,0 +52,0 @@ "react-dom": "^18.x || ^19.x"