Socket
Socket
Sign inDemoInstall

shiki-themes

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shiki-themes - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

yarn-error.log

2

dist/index.d.ts
import { IShikiTheme } from './loadTheme';
import { Theme } from './theme';
export { Theme } from './theme';
export { Theme, themes as BUNDLED_THEMES } from './theme';
export declare function getTheme(t: Theme): IShikiTheme;
export { loadTheme, IShikiTheme } from './loadTheme';

@@ -7,2 +7,4 @@ "use strict";

var theme_1 = require("./theme");
var theme_2 = require("./theme");
Object.defineProperty(exports, "BUNDLED_THEMES", { enumerable: true, get: function () { return theme_2.themes; } });
var allThemes = {};

@@ -9,0 +11,0 @@ for (var _i = 0, themes_1 = theme_1.themes; _i < themes_1.length; _i++) {

{
"name": "shiki-themes",
"version": "0.2.4",
"version": "0.2.5",
"description": "Themes for shiki",

@@ -19,5 +19,5 @@ "keywords": [

"json5": "^2.1.0",
"vscode-textmate": "https://github.com/octref/vscode-textmate"
"vscode-textmate": "^5.2.0"
},
"gitHead": "d0ac866cdc511001162a3261b03f021357ad303e"
"gitHead": "cddca5db27743103b7609f8ed23995e96676f1fe"
}

@@ -6,3 +6,3 @@ import * as path from 'path'

export { Theme } from './theme'
export { Theme, themes as BUNDLED_THEMES } from './theme'

@@ -9,0 +9,0 @@ const allThemes = {}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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