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
128
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
7.13.5-alpha.0

14

package.json
{
"name": "@mantine/code-highlight",
"version": "7.13.4",
"version": "7.13.5-alpha.0",
"description": "Code highlight with Mantine theme",

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

"peerDependencies": {
"@mantine/core": "7.13.4",
"@mantine/hooks": "7.13.4",
"@mantine/core": "7.13.5-alpha.0",
"@mantine/hooks": "7.13.5-alpha.0",
"react": "^18.2.0",

@@ -59,6 +59,6 @@ "react-dom": "^18.2.0"

"devDependencies": {
"@mantine-tests/core": "1.1.0",
"@mantine/core": "7.13.4",
"@mantine/hooks": "7.13.4"
"@mantine-tests/core": "workspace:*",
"@mantine/core": "workspace:*",
"@mantine/hooks": "workspace:*"
}
}
}