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

@prosekit/extensions

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prosekit/extensions - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

4

dist/_tsup-dts-rollup.d.ts

@@ -130,5 +130,5 @@ import { CommandArgs } from '@prosekit/core';

COMMAND_ARGS: {
toggleHeading: [attrs?: HeadingAttrs | undefined];
setHeading: [attrs?: HeadingAttrs | undefined];
insertHeading: [attrs?: HeadingAttrs | undefined];
toggleHeading: [attrs?: HeadingAttrs | undefined];
};

@@ -139,5 +139,5 @@ }>;

COMMAND_ARGS: {
toggleHeading: [attrs?: HeadingAttrs | undefined];
setHeading: [attrs?: HeadingAttrs | undefined];
insertHeading: [attrs?: HeadingAttrs | undefined];
toggleHeading: [attrs?: HeadingAttrs | undefined];
};

@@ -144,0 +144,0 @@ }>;

@@ -61,5 +61,2 @@ // src/heading/index.ts

return defineCommands({
toggleHeading: (attrs) => {
return toggleNode({ type: "heading", attrs });
},
setHeading: (attrs) => {

@@ -70,2 +67,5 @@ return setBlockType({ type: "heading", attrs });

return insertNode({ type: "heading", attrs });
},
toggleHeading: (attrs) => {
return toggleNode({ type: "heading", attrs });
}

@@ -72,0 +72,0 @@ });

{
"name": "@prosekit/extensions",
"type": "module",
"version": "0.0.17",
"version": "0.0.18",
"private": false,

@@ -109,3 +109,3 @@ "author": {

"dependencies": {
"@prosekit/core": "^0.0.15",
"@prosekit/core": "^0.0.16",
"@prosekit/pm": "^0.0.6",

@@ -112,0 +112,0 @@ "highlight.js": "^11.9.0",

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