Socket
Socket
Sign inDemoInstall

@uiw/codemirror-theme-vscode

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/codemirror-theme-vscode - npm Package Compare versions

Comparing version 4.13.2 to 4.14.0

2

cjs/index.d.ts

@@ -1,1 +0,1 @@

export declare const vscodeDark: any;
export declare const vscodeDark: import("@codemirror/state").Extension;

@@ -7,10 +7,8 @@ "use strict";

exports.vscodeDark = void 0;
var _highlight = require("@lezer/highlight");
var _codemirrorThemes = require("@uiw/codemirror-themes");
/**
* @name github
*/
var vscodeDark = (0, _codemirrorThemes.createTheme)({

@@ -17,0 +15,0 @@ theme: 'dark',

@@ -1,1 +0,1 @@

export declare const vscodeDark: any;
export declare const vscodeDark: import("@codemirror/state").Extension;
{
"name": "@uiw/codemirror-theme-vscode",
"version": "4.13.2",
"version": "4.14.0",
"description": "Theme vscode for CodeMirror.",

@@ -24,3 +24,3 @@ "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/vscode",

"dependencies": {
"@uiw/codemirror-themes": "4.13.2"
"@uiw/codemirror-themes": "4.14.0"
},

@@ -27,0 +27,0 @@ "keywords": [

@@ -44,3 +44,3 @@ /**

},
{ tag: [t.variableName, t.labelName], color: '#9cdcfe' },

@@ -53,12 +53,3 @@ {

{
tag: [
t.typeName,
t.className,
t.number,
t.changed,
t.annotation,
t.modifier,
t.self,
t.namespace,
],
tag: [t.typeName, t.className, t.number, t.changed, t.annotation, t.modifier, t.self, t.namespace],
color: '#4ec9b0',

@@ -73,11 +64,3 @@ },

{
tag: [
t.operator,
t.operatorKeyword,
t.url,
t.escape,
t.regexp,
t.link,
t.special(t.string),
],
tag: [t.operator, t.operatorKeyword, t.url, t.escape, t.regexp, t.link, t.special(t.string)],
color: '#d4d4d4',

@@ -84,0 +67,0 @@ },

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