Socket
Socket
Sign inDemoInstall

@tiptap/extension-code-block-lowlight

Package Overview
Dependencies
Maintainers
5
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/extension-code-block-lowlight - npm Package Compare versions

Comparing version 2.5.4 to 2.5.5

6

dist/packages/core/src/Editor.d.ts

@@ -9,6 +9,4 @@ import { MarkType, NodeType, Schema } from '@tiptap/pm/model';

export * as extensions from './extensions/index.js';
declare global {
interface HTMLElement {
editor?: Editor;
}
export interface TiptapEditorHTMLElement extends HTMLElement {
editor?: Editor;
}

@@ -15,0 +13,0 @@ export declare class Editor extends EventEmitter<EditorEvents> {

@@ -43,2 +43,7 @@ import { Mark as ProseMirrorMark, Node as ProseMirrorNode, NodeType, ParseOptions } from '@tiptap/pm/model';

};
beforeTransaction: {
editor: Editor;
transaction: Transaction;
nextState: EditorState;
};
transaction: {

@@ -45,0 +50,0 @@ editor: Editor;

{
"name": "@tiptap/extension-code-block-lowlight",
"description": "code block extension for tiptap",
"version": "2.5.4",
"version": "2.5.5",
"homepage": "https://tiptap.dev",

@@ -32,10 +32,10 @@ "keywords": [

"devDependencies": {
"@tiptap/core": "^2.5.4",
"@tiptap/extension-code-block": "^2.5.4",
"@tiptap/pm": "^2.5.4"
"@tiptap/core": "^2.5.5",
"@tiptap/extension-code-block": "^2.5.5",
"@tiptap/pm": "^2.5.5"
},
"peerDependencies": {
"@tiptap/core": "^2.5.4",
"@tiptap/extension-code-block": "^2.5.4",
"@tiptap/pm": "^2.5.4"
"@tiptap/core": "^2.5.5",
"@tiptap/extension-code-block": "^2.5.5",
"@tiptap/pm": "^2.5.5"
},

@@ -42,0 +42,0 @@ "repository": {

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