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

@uiw/codemirror-theme-duotone

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.9.0 to 4.9.1

2

cjs/index.js

@@ -70,3 +70,3 @@ "use strict";

}, {
tag: [_highlight.tags.emphasis, _highlight.tags.heading, _highlight.tags.tagName, _highlight.tags.propertyName, _highlight.tags.variableName],
tag: [_highlight.tags.emphasis, _highlight.tags.heading, _highlight.tags.tagName, _highlight.tags.propertyName, _highlight.tags.className, _highlight.tags.variableName],
color: '#eeebff'

@@ -73,0 +73,0 @@ }, {

@@ -60,3 +60,3 @@ /**

}, {
tag: [t.emphasis, t.heading, t.tagName, t.propertyName, t.variableName],
tag: [t.emphasis, t.heading, t.tagName, t.propertyName, t.className, t.variableName],
color: '#eeebff'

@@ -63,0 +63,0 @@ }, {

{
"name": "@uiw/codemirror-theme-duotone",
"version": "4.9.0",
"version": "4.9.1",
"description": "Theme duotone for CodeMirror.",

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

"dependencies": {
"@uiw/codemirror-themes": "4.9.0"
"@uiw/codemirror-themes": "4.9.1"
},

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

@@ -45,3 +45,3 @@ /**

{ tag: [t.atom, t.number, t.keyword, t.link, t.attributeName, t.quote], color: '#ffcc99' },
{ tag: [t.emphasis, t.heading, t.tagName, t.propertyName, t.variableName], color: '#eeebff' },
{ tag: [t.emphasis, t.heading, t.tagName, t.propertyName, t.className, t.variableName], color: '#eeebff' },
{ tag: [t.typeName, t.url], color: '#7a63ee' },

@@ -48,0 +48,0 @@ { tag: t.operator, color: '#ffad5c' },

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