You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@tiptap/extension-text-align

Package Overview
Dependencies
Maintainers
4
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/extension-text-align - npm Package Compare versions

Comparing version

to
2.1.0-rc.10

4

dist/packages/extension-text-align/src/index.d.ts

@@ -1,3 +0,3 @@

import { TextAlign } from './text-align';
export * from './text-align';
import { TextAlign } from './text-align.js';
export * from './text-align.js';
export default TextAlign;
{
"name": "@tiptap/extension-text-align",
"description": "text align extension for tiptap",
"version": "2.1.0-rc.9",
"version": "2.1.0-rc.10",
"homepage": "https://tiptap.dev",

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

"devDependencies": {
"@tiptap/core": "^2.1.0-rc.9"
"@tiptap/core": "^2.1.0-rc.10"
},

@@ -35,0 +35,0 @@ "peerDependencies": {

@@ -1,5 +0,5 @@

import { TextAlign } from './text-align'
import { TextAlign } from './text-align.js'
export * from './text-align'
export * from './text-align.js'
export default TextAlign