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

@expressive-code/plugin-frames

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expressive-code/plugin-frames - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

8

dist/index.d.ts

@@ -11,3 +11,3 @@ import { StyleSettings, PluginTexts, ExpressiveCodePlugin, AttachedPluginData } from '@expressive-code/core';

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

@@ -17,4 +17,4 @@ * If this is true (default), a "Copy to clipboard" button

*/
showCopyToClipboardButton?: boolean;
styleOverrides?: Partial<typeof framesStyleSettings.defaultSettings>;
showCopyToClipboardButton?: boolean | undefined;
styleOverrides?: Partial<typeof framesStyleSettings.defaultSettings> | undefined;
}

@@ -28,3 +28,3 @@ declare const pluginFramesTexts: PluginTexts<{

interface PluginFramesData {
title?: string;
title?: string | undefined;
}

@@ -31,0 +31,0 @@ declare const pluginFramesData: AttachedPluginData<PluginFramesData>;

{
"name": "@expressive-code/plugin-frames",
"version": "0.8.1",
"version": "0.8.2",
"description": "Frames plugin for Expressive Code. Wraps code blocks in a styled editor or terminal frame with support for titles, multiple tabs and more.",

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

"dependencies": {
"@expressive-code/core": "^0.8.0",
"@expressive-code/core": "^0.8.1",
"hastscript": "^7.2.0"
},
"devDependencies": {
"@internal/test-utils": "^0.2.3",
"@internal/test-utils": "^0.2.4",
"hast-util-select": "^5.0.5",

@@ -28,0 +28,0 @@ "hast-util-to-html": "^8.0.4"

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