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

@expressive-code/plugin-text-markers

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expressive-code/plugin-text-markers - npm Package Compare versions

Comparing version 0.22.2 to 0.23.0

5

dist/index.d.ts

@@ -6,2 +6,7 @@ import { StyleSettings, ExpressiveCodeTheme, ResolvedCoreStyles, ExpressiveCodePlugin, AttachedPluginData } from '@expressive-code/core';

declare const textMarkersStyleSettings: StyleSettings<"lineMarkerAccentMargin" | "lineMarkerAccentWidth" | "lineDiffIndicatorMarginLeft" | "inlineMarkerBorderWidth" | "inlineMarkerBorderRadius" | "inlineMarkerPadding" | "markHue" | "insHue" | "delHue" | "defaultChroma" | "defaultLuminance" | "backgroundOpacity" | "borderLuminance" | "borderOpacity" | "indicatorLuminance" | "indicatorOpacity" | "insDiffIndicatorContent" | "delDiffIndicatorContent" | "markBackground" | "markBorderColor" | "insBackground" | "insBorderColor" | "insDiffIndicatorColor" | "delBackground" | "delBorderColor" | "delDiffIndicatorColor">;
declare module '@expressive-code/core' {
interface StyleOverrides {
textMarkers: Partial<typeof textMarkersStyleSettings.defaultSettings>;
}
}
/**

@@ -8,0 +13,0 @@ * Attempts to get background color values per marker type.

3

dist/index.js

@@ -118,3 +118,4 @@ var __create = Object.create;

coreStyles,
styleOverrides
styleOverrides,
themeStyleOverrides: theme.styleOverrides.textMarkers
});

@@ -121,0 +122,0 @@ const result = `

{
"name": "@expressive-code/plugin-text-markers",
"version": "0.22.2",
"version": "0.23.0",
"description": "Text marker plugin for Expressive Code, a text marking & annotation engine for presenting source code on the web.",

@@ -26,3 +26,3 @@ "keywords": [],

"dependencies": {
"@expressive-code/core": "^0.22.2",
"@expressive-code/core": "^0.23.0",
"hastscript": "^7.2.0",

@@ -32,3 +32,3 @@ "unist-util-visit-parents": "^5.1.3"

"devDependencies": {
"@expressive-code/plugin-shiki": "^0.22.2",
"@expressive-code/plugin-shiki": "^0.23.0",
"hast-util-select": "^5.0.5",

@@ -38,3 +38,3 @@ "hast-util-to-html": "^8.0.4",

"parse-numeric-range": "^1.3.0",
"@internal/test-utils": "^0.2.15"
"@internal/test-utils": "^0.2.16"
},

@@ -41,0 +41,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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