You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@tiptap/extension-document

Package Overview
Dependencies
1
Maintainers
2
Versions
131
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-alpha.6 to 2.0.0-alpha.7

8

CHANGELOG.md

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

# [2.0.0-alpha.7](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-document@2.0.0-alpha.6...@tiptap/extension-document@2.0.0-alpha.7) (2021-01-29)
**Note:** Version bump only for package @tiptap/extension-document
# [2.0.0-alpha.6](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-document@2.0.0-alpha.5...@tiptap/extension-document@2.0.0-alpha.6) (2021-01-28)

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

2

dist/tiptap-extension-document.bundle.umd.min.js

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

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@tiptap/core")):"function"==typeof define&&define.amd?define(["exports","@tiptap/core"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self)["@tiptap/extension-document"]={},e["@tiptap/core"])}(this,(function(e,t){"use strict";const o=t.Node.create({name:"document",topNode:!0,content:"block+"});e.Document=o,e.default=o,Object.defineProperty(e,"__esModule",{value:!0})}));
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@tiptap/core")):"function"==typeof define&&define.amd?define(["exports","@tiptap/core"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self)["@tiptap/extension-document"]={},e["@tiptap/core"])}(this,(function(e,t){"use strict";const o=t.Node.create({name:"doc",topNode:!0,content:"block+"});e.Document=o,e.default=o,Object.defineProperty(e,"__esModule",{value:!0})}));
//# sourceMappingURL=tiptap-extension-document.bundle.umd.min.js.map

@@ -8,3 +8,3 @@ 'use strict';

const Document = core.Node.create({
name: 'document',
name: 'doc',
topNode: true,

@@ -11,0 +11,0 @@ content: 'block+',

import { Node } from '@tiptap/core';
const Document = Node.create({
name: 'document',
name: 'doc',
topNode: true,

@@ -6,0 +6,0 @@ content: 'block+',

@@ -8,3 +8,3 @@ (function (global, factory) {

const Document = core.Node.create({
name: 'document',
name: 'doc',
topNode: true,

@@ -11,0 +11,0 @@ content: 'block+',

{
"name": "@tiptap/extension-document",
"description": "document extension for tiptap",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"homepage": "https://tiptap.dev",

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

},
"gitHead": "bca182a9d99681f002009c021a1aa6e494114f4b"
"gitHead": "17c8c8365100c996a1749bd5bb0e3145bad028f0"
}
import { Node } from '@tiptap/core'
export const Document = Node.create({
name: 'document',
name: 'doc',
topNode: true,

@@ -6,0 +6,0 @@ content: 'block+',

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc