🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@shikijs/types

Package Overview
Dependencies
Maintainers
3
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shikijs/types - npm Package Compare versions

Comparing version
3.5.0
to
3.6.0
+9
-0
dist/index.d.mts

@@ -639,2 +639,11 @@ import { Element, Root } from 'hast';

/**
* The strategy to render multiple colors.
*
* - `css-vars`: Render the colors via CSS variables.
* - `none`: Do not render the colors, only use the default color.
*
* @default 'css-vars'
*/
colorsRendering?: 'css-vars' | 'none';
/**
* Prefix of CSS variables used to store the color of the other theme.

@@ -641,0 +650,0 @@ *

+1
-1
{
"name": "@shikijs/types",
"type": "module",
"version": "3.5.0",
"version": "3.6.0",
"description": "Type definitions for Shiki",

@@ -6,0 +6,0 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",