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

expressive-code

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expressive-code - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

6

dist/index.d.ts

@@ -15,3 +15,3 @@ import { ExpressiveCodeEngineConfig, ExpressiveCodeEngine } from '@expressive-code/core';

*/
shiki?: boolean;
shiki?: boolean | undefined;
/**

@@ -24,3 +24,3 @@ * The Text Markers plugin allows to highlight lines and inline ranges

*/
textMarkers?: PluginTextMarkersOptions | boolean;
textMarkers?: PluginTextMarkersOptions | boolean | undefined;
/**

@@ -33,3 +33,3 @@ * The Frames plugin adds an editor or terminal frame around code blocks,

*/
frames?: PluginFramesOptions | boolean;
frames?: PluginFramesOptions | boolean | undefined;
}

@@ -36,0 +36,0 @@ declare class ExpressiveCode extends ExpressiveCodeEngine {

{
"name": "expressive-code",
"version": "0.9.0",
"version": "0.9.1",
"description": "A text marking & annotation engine for presenting source code on the web.",

@@ -21,6 +21,6 @@ "keywords": [],

"dependencies": {
"@expressive-code/core": "^0.8.0",
"@expressive-code/plugin-frames": "^0.8.1",
"@expressive-code/core": "^0.8.1",
"@expressive-code/plugin-frames": "^0.8.2",
"@expressive-code/plugin-shiki": "^0.3.6",
"@expressive-code/plugin-text-markers": "^0.2.6"
"@expressive-code/plugin-text-markers": "^0.2.7"
},

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

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