New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@udecode/plate-basic-marks

Package Overview
Dependencies
Maintainers
2
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-basic-marks - npm Package Compare versions

Comparing version 33.0.0 to 33.0.3

3

dist/index.d.ts

@@ -6,2 +6,3 @@ import * as _udecode_plate_common_server from '@udecode/plate-common/server';

declare const KEY_BASIC_MARKS = "basicMarks";
/**

@@ -48,2 +49,2 @@ * Enables support for basic marks:

export { MARK_BOLD, MARK_CODE, MARK_ITALIC, MARK_STRIKETHROUGH, MARK_SUBSCRIPT, MARK_SUPERSCRIPT, MARK_UNDERLINE, createBasicMarksPlugin, createBoldPlugin, createCodePlugin, createItalicPlugin, createStrikethroughPlugin, createSubscriptPlugin, createSuperscriptPlugin, createUnderlinePlugin };
export { KEY_BASIC_MARKS, MARK_BOLD, MARK_CODE, MARK_ITALIC, MARK_STRIKETHROUGH, MARK_SUBSCRIPT, MARK_SUPERSCRIPT, MARK_UNDERLINE, createBasicMarksPlugin, createBoldPlugin, createCodePlugin, createItalicPlugin, createStrikethroughPlugin, createSubscriptPlugin, createSuperscriptPlugin, createUnderlinePlugin };

@@ -23,2 +23,3 @@ "use strict";

__export(src_exports, {
KEY_BASIC_MARKS: () => KEY_BASIC_MARKS,
MARK_BOLD: () => MARK_BOLD,

@@ -232,4 +233,5 @@ MARK_CODE: () => MARK_CODE,

// src/createBasicMarksPlugin.ts
var KEY_BASIC_MARKS = "basicMarks";
var createBasicMarksPlugin = (0, import_server8.createPluginFactory)({
key: "basicMarks",
key: KEY_BASIC_MARKS,
plugins: [

@@ -247,2 +249,3 @@ createBoldPlugin(),

0 && (module.exports = {
KEY_BASIC_MARKS,
MARK_BOLD,

@@ -249,0 +252,0 @@ MARK_CODE,

{
"name": "@udecode/plate-basic-marks",
"version": "33.0.0",
"version": "33.0.3",
"description": "Basic marks plugin for Plate",

@@ -44,3 +44,3 @@ "license": "MIT",

"peerDependencies": {
"@udecode/plate-common": ">=33.0.0",
"@udecode/plate-common": ">=33.0.3",
"react": ">=16.8.0",

@@ -47,0 +47,0 @@ "react-dom": ">=16.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