@shikijs/types
Advanced tools
+9
-0
@@ -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>", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
31831
0.87%