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

@tiptap/extension-hard-break

Package Overview
Dependencies
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/extension-hard-break - npm Package Compare versions

Comparing version 2.0.0-beta.13 to 2.0.0-beta.14

8

CHANGELOG.md

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

# [2.0.0-beta.14](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-hard-break@2.0.0-beta.13...@tiptap/extension-hard-break@2.0.0-beta.14) (2021-06-07)
**Note:** Version bump only for package @tiptap/extension-hard-break
# [2.0.0-beta.13](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-hard-break@2.0.0-beta.12...@tiptap/extension-hard-break@2.0.0-beta.13) (2021-05-18)

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

6

dist/packages/extension-hard-break/src/hard-break.d.ts

@@ -1,2 +0,2 @@

import { Command, Node } from '@tiptap/core';
import { Node } from '@tiptap/core';
export interface HardBreakOptions {

@@ -6,3 +6,3 @@ HTMLAttributes: Record<string, any>;

declare module '@tiptap/core' {
interface Commands {
interface Commands<ReturnType> {
hardBreak: {

@@ -12,3 +12,3 @@ /**

*/
setHardBreak: () => Command;
setHardBreak: () => ReturnType;
};

@@ -15,0 +15,0 @@ }

{
"name": "@tiptap/extension-hard-break",
"description": "hard break extension for tiptap",
"version": "2.0.0-beta.13",
"version": "2.0.0-beta.14",
"homepage": "https://tiptap.dev",

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

},
"gitHead": "6b154e4c8161fbba987e162ebebc155243432f24"
"gitHead": "5c8e46b0d48aa09ba0d2e8337ae6bbb2d7503e82"
}

@@ -1,2 +0,2 @@

import { Command, Node, mergeAttributes } from '@tiptap/core'
import { Node, mergeAttributes } from '@tiptap/core'

@@ -8,3 +8,3 @@ export interface HardBreakOptions {

declare module '@tiptap/core' {
interface Commands {
interface Commands<ReturnType> {
hardBreak: {

@@ -14,3 +14,3 @@ /**

*/
setHardBreak: () => Command,
setHardBreak: () => ReturnType,
}

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

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