Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shiki

Package Overview
Dependencies
Maintainers
4
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shiki - npm Package Compare versions

Comparing version 0.9.13 to 0.9.14

3

dist/index.d.ts

@@ -268,2 +268,3 @@ import { IRawThemeSetting, IRawGrammar, IRawTheme } from 'vscode-textmate';

declare function fetchTheme(themePath: string): Promise<IShikiTheme>;
declare function toShikiTheme(rawTheme: IRawTheme): IShikiTheme;

@@ -273,2 +274,2 @@ /** @deprecated use setWasm instead, will be removed in a future version */

export { languages as BUNDLED_LANGUAGES, themes as BUNDLED_THEMES, FontStyle, Highlighter, HighlighterOptions, HtmlRendererOptions, ILanguageRegistration, IShikiTheme, IThemeRegistration, IThemedToken, Lang, Theme, getHighlighter, fetchTheme as loadTheme, renderToHtml, setCDN, setOnigasmWASM, setWasm };
export { languages as BUNDLED_LANGUAGES, themes as BUNDLED_THEMES, FontStyle, Highlighter, HighlighterOptions, HtmlRendererOptions, ILanguageRegistration, IShikiTheme, IThemeRegistration, IThemedToken, Lang, Theme, getHighlighter, fetchTheme as loadTheme, renderToHtml, setCDN, setOnigasmWASM, setWasm, toShikiTheme };

@@ -670,3 +670,3 @@ {

{
"match": "(?<![-_])(?i:assign|external|prototype|organization|indexed|column|plus|line\\*s*sequential|sequential|access|dynamic|relative|label|block|contains|standard|records|record\\s+key|record|is|alternate|duplicates|reel|tape|terminal|disk\\sfilename|disk|disc|recording\\smode|mode|random)(?=\\s|\\.)",
"match": "(?<![-_])(?i:assign|external|prototype|organization|organisation|indexed|column|plus|line\\*s*sequential|sequential|access|dynamic|relative|label|block|contains|standard|records|record\\s+key|record|is|alternate|duplicates|reel|tape|terminal|disk\\sfilename|disk|disc|recording\\smode|mode|random)(?=\\s|\\.)",
"name": "keyword.identifers.cobol"

@@ -673,0 +673,0 @@ },

{
"name": "shiki",
"version": "0.9.13",
"version": "0.9.14",
"description": "shiki",

@@ -5,0 +5,0 @@ "author": "Pine Wu <octref@gmail.com>",

@@ -29,11 +29,2 @@ {

"foreground": "#d19a66"
},
"variable:c": {
"foreground": "#abb2bf"
},
"variable:cpp": {
"foreground": "#abb2bf"
},
"variable:cs": {
"foreground": "#abb2bf"
}

@@ -1344,3 +1335,3 @@ },

"settings": {
"foreground": "#abb2bf"
"foreground": "#e06c75"
}

@@ -1851,3 +1842,3 @@ },

"settings": {
"foreground": "#abb2bf"
"foreground": "#e06c75"
}

@@ -1904,2 +1895,3 @@ },

"editor.foreground": "#abb2bf",
"editorHoverWidget.highlightForeground": "#61afef",
"editorInlayHint.foreground": "#abb2bf",

@@ -1906,0 +1898,0 @@ "editorInlayHint.background": "#2c313c",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc