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

@tiptap/extension-font-family

Package Overview
Dependencies
Maintainers
5
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/extension-font-family - npm Package Compare versions

Comparing version 2.5.0-beta.2 to 2.5.0-beta.3

dist/packages/core/src/CommandManager.d.ts

0

dist/index.js

@@ -0,0 +0,0 @@ import '@tiptap/extension-text-style';

2

dist/index.umd.js

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

exports.FontFamily = FontFamily;
exports["default"] = FontFamily;
exports.default = FontFamily;

@@ -60,0 +60,0 @@ Object.defineProperty(exports, '__esModule', { value: true });

import '@tiptap/extension-text-style';
import { Extension } from '@tiptap/core';
export declare type FontFamilyOptions = {
export type FontFamilyOptions = {
/**

@@ -5,0 +5,0 @@ * A list of node names where the font family can be applied.

import { FontFamily } from './font-family.js';
export * from './font-family.js';
export default FontFamily;
{
"name": "@tiptap/extension-font-family",
"description": "font family extension for tiptap",
"version": "2.5.0-beta.2",
"version": "2.5.0-beta.3",
"homepage": "https://tiptap.dev",

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

"devDependencies": {
"@tiptap/core": "^2.5.0-beta.2",
"@tiptap/extension-text-style": "^2.5.0-beta.2"
"@tiptap/core": "^2.5.0-beta.3",
"@tiptap/extension-text-style": "^2.5.0-beta.3"
},

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

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