📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@tiptap/extension-italic

Package Overview
Dependencies
Maintainers
2
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/extension-italic - npm Package Compare versions

Comparing version

to
2.0.0-beta.4

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [2.0.0-beta.4](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-italic@2.0.0-beta.3...@tiptap/extension-italic@2.0.0-beta.4) (2021-04-21)
**Note:** Version bump only for package @tiptap/extension-italic
# [2.0.0-beta.3](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-italic@2.0.0-beta.2...@tiptap/extension-italic@2.0.0-beta.3) (2021-04-16)

@@ -8,0 +16,0 @@

4

dist/packages/extension-italic/src/italic.d.ts
import { Command, Mark } from '@tiptap/core';
export interface ItalicOptions {
HTMLAttributes: {
[key: string]: any;
};
HTMLAttributes: Record<string, any>;
}

@@ -7,0 +5,0 @@ declare module '@tiptap/core' {

{
"name": "@tiptap/extension-italic",
"description": "italic extension for tiptap",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"homepage": "https://tiptap.dev",

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

},
"gitHead": "ea9f5410915f45f7ba12d5c816965976f1956862"
"gitHead": "8fd618a788f288a9005e8e049d2f8f8df5523b6d"
}

@@ -10,5 +10,3 @@ import {

export interface ItalicOptions {
HTMLAttributes: {
[key: string]: any
},
HTMLAttributes: Record<string, any>,
}

@@ -15,0 +13,0 @@

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