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

@uiw/codemirror-theme-eclipse

Package Overview
Dependencies
Maintainers
2
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.19.5 to 4.19.6

2

cjs/index.d.ts
import { CreateThemeOptions } from '@uiw/codemirror-themes';
export declare const eclipseInit: (options?: CreateThemeOptions) => import("@codemirror/state").Extension;
export declare const eclipseInit: (options?: Partial<CreateThemeOptions>) => import("@codemirror/state").Extension;
export declare const eclipse: import("@codemirror/state").Extension;
import { CreateThemeOptions } from '@uiw/codemirror-themes';
export declare const eclipseInit: (options?: CreateThemeOptions) => import("@codemirror/state").Extension;
export declare const eclipseInit: (options?: Partial<CreateThemeOptions>) => import("@codemirror/state").Extension;
export declare const eclipse: import("@codemirror/state").Extension;
{
"name": "@uiw/codemirror-theme-eclipse",
"version": "4.19.5",
"version": "4.19.6",
"description": "Theme eclipse for CodeMirror.",

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

"dependencies": {
"@uiw/codemirror-themes": "4.19.5"
"@uiw/codemirror-themes": "4.19.6"
},

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

import { tags as t } from '@lezer/highlight';
import { createTheme, CreateThemeOptions } from '@uiw/codemirror-themes';
export const eclipseInit = (options?: CreateThemeOptions) => {
export const eclipseInit = (options?: Partial<CreateThemeOptions>) => {
const { theme = 'light', settings = {}, styles = [] } = options || {};

@@ -6,0 +6,0 @@ return createTheme({

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