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

@uiw/codemirror-theme-atomone

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/codemirror-theme-atomone - 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 atomoneInit: (options?: CreateThemeOptions) => import("@codemirror/state").Extension;
export declare const atomoneInit: (options?: Partial<CreateThemeOptions>) => import("@codemirror/state").Extension;
export declare const atomone: import("@codemirror/state").Extension;
import { CreateThemeOptions } from '@uiw/codemirror-themes';
export declare const atomoneInit: (options?: CreateThemeOptions) => import("@codemirror/state").Extension;
export declare const atomoneInit: (options?: Partial<CreateThemeOptions>) => import("@codemirror/state").Extension;
export declare const atomone: import("@codemirror/state").Extension;
{
"name": "@uiw/codemirror-theme-atomone",
"version": "4.19.5",
"version": "4.19.6",
"description": "Theme atomone for CodeMirror.",

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

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

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

@@ -10,3 +10,3 @@ /**

export const atomoneInit = (options?: CreateThemeOptions) => {
export const atomoneInit = (options?: Partial<CreateThemeOptions>) => {
const { theme = 'light', settings = {}, styles = [] } = options || {};

@@ -13,0 +13,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