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

@prosekit/core

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prosekit/core - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

src/index.ts

2

dist/_tsup-dts-rollup.d.ts

@@ -993,3 +993,3 @@ import { AllSelection } from '@prosekit/pm/state';

view: EditorView;
prevState: EditorState;
prevState?: EditorState;
}) => void;

@@ -996,0 +996,0 @@

@@ -1396,6 +1396,7 @@ // src/commands/add-mark.ts

key: pluginKey,
view: () => {
view: (view) => {
updateHandlers.forEach((fn) => fn({ view }));
return {
update: (view, prevState) => {
updateHandlers.forEach((fn) => fn({ view, prevState }));
update: (view2, prevState) => {
updateHandlers.forEach((fn) => fn({ view: view2, prevState }));
}

@@ -1402,0 +1403,0 @@ };

{
"name": "@prosekit/core",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"private": false,

@@ -43,7 +43,7 @@ "author": {

"orderedmap": "^2.1.1",
"type-fest": "^4.7.1"
"type-fest": "^4.8.0"
},
"devDependencies": {
"@prosekit/dev": "*",
"tsup": "^7.2.0",
"tsup": "^7.3.0",
"typescript": "^5.2.2",

@@ -50,0 +50,0 @@ "vitest": "^0.34.6"

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