🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@codemirror/theme-one-dark

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/theme-one-dark - npm Package Compare versions

Comparing version
0.18.1
to
0.19.0
+6
-0
CHANGELOG.md

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

## 0.19.0 (2021-08-11)
### Breaking changes
Update dependencies to 0.19.0
## 0.18.1 (2021-05-15)

@@ -2,0 +8,0 @@

+2
-0

@@ -88,2 +88,4 @@ 'use strict';

fontStyle: "italic" },
{ tag: highlight.tags.strikethrough,
textDecoration: "line-through" },
{ tag: highlight.tags.link,

@@ -90,0 +92,0 @@ color: stone,

@@ -84,2 +84,4 @@ import { EditorView } from '@codemirror/view';

fontStyle: "italic" },
{ tag: tags.strikethrough,
textDecoration: "line-through" },
{ tag: tags.link,

@@ -86,0 +88,0 @@ color: stone,

+4
-4
{
"name": "@codemirror/theme-one-dark",
"version": "0.18.1",
"version": "0.19.0",
"description": "One Dark theme for the CodeMirror code editor",

@@ -29,5 +29,5 @@ "scripts": {

"dependencies": {
"@codemirror/highlight": "^0.18.0",
"@codemirror/state": "^0.18.0",
"@codemirror/view": "^0.18.0"
"@codemirror/highlight": "^0.19.0",
"@codemirror/state": "^0.19.0",
"@codemirror/view": "^0.19.0"
},

@@ -34,0 +34,0 @@ "devDependencies": {