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

@tiptap/extension-blockquote

Package Overview
Dependencies
Maintainers
2
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/extension-blockquote - npm Package Compare versions

Comparing version 2.0.0-beta.3 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-blockquote@2.0.0-beta.3...@tiptap/extension-blockquote@2.0.0-beta.4) (2021-04-21)
**Note:** Version bump only for package @tiptap/extension-blockquote
# [2.0.0-beta.3](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-blockquote@2.0.0-beta.2...@tiptap/extension-blockquote@2.0.0-beta.3) (2021-04-16)

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

4

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

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

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

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

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

@@ -5,5 +5,3 @@ import { Command, Node, mergeAttributes } from '@tiptap/core'

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

@@ -10,0 +8,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

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