New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/codemirror-themes

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/codemirror-themes - npm Package Compare versions

Comparing version 4.19.11 to 4.19.12

2

cjs/index.d.ts

@@ -15,3 +15,3 @@ import { Extension } from '@codemirror/state';

}
declare type Theme = 'light' | 'dark';
type Theme = 'light' | 'dark';
export interface Settings {

@@ -18,0 +18,0 @@ /** Editor background. */

@@ -80,3 +80,2 @@ "use strict";

var _default = createTheme;
exports["default"] = _default;
//# sourceMappingURL=index.js.map
exports["default"] = _default;

@@ -15,3 +15,3 @@ import { Extension } from '@codemirror/state';

}
declare type Theme = 'light' | 'dark';
type Theme = 'light' | 'dark';
export interface Settings {

@@ -18,0 +18,0 @@ /** Editor background. */

@@ -72,3 +72,2 @@ import { EditorView } from '@codemirror/view';

};
export default createTheme;
//# sourceMappingURL=index.js.map
export default createTheme;
{
"name": "@uiw/codemirror-themes",
"version": "4.19.11",
"version": "4.19.12",
"description": "Themes for CodeMirror.",

@@ -11,4 +11,4 @@ "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/doc",

"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.tsx --use-babel",
"build": "tsbb build src/*.tsx --use-babel"
},

@@ -15,0 +15,0 @@ "repository": {

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