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

@prosekit/pm

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prosekit/pm - npm Package Compare versions

Comparing version 0.0.0-next-20231120040948 to 0.0.0-next-20240421132240

22

dist/_tsup-dts-rollup.d.ts

@@ -39,2 +39,3 @@ import { AddMarkStep } from 'prosemirror-transform';

import { Fragment } from 'prosemirror-model';
import { GenericParseRule } from 'prosemirror-model';
import { history as history_2 } from 'prosemirror-history';

@@ -84,2 +85,3 @@ import { InputRule } from 'prosemirror-inputrules';

import { redoDepth } from 'prosemirror-history';
import { redoNoScroll } from 'prosemirror-history';
import { RemoveMarkStep } from 'prosemirror-transform';

@@ -113,2 +115,4 @@ import { RemoveNodeMarkStep } from 'prosemirror-transform';

import { StepResult } from 'prosemirror-transform';
import { StyleParseRule } from 'prosemirror-model';
import { TagParseRule } from 'prosemirror-model';
import { textblockTypeInputRule } from 'prosemirror-inputrules';

@@ -122,3 +126,3 @@ import { TextSelection } from 'prosemirror-state';

import { undoInputRule } from 'prosemirror-inputrules';
import { UserProjectConfigExport } from 'vitest/dist/config.js';
import { undoNoScroll } from 'prosemirror-history';
import { wrapIn } from 'prosemirror-commands';

@@ -171,3 +175,7 @@ import { wrappingInputRule } from 'prosemirror-inputrules';

export declare const default_alias_1: UserProjectConfigExport;
export declare const default_alias_1: {
test: {
environment: "jsdom";
};
};

@@ -209,2 +217,4 @@ export { deleteSelection }

export { GenericParseRule }
export { history_2 as history }

@@ -298,2 +308,4 @@

export { redoNoScroll }
export { RemoveMarkStep }

@@ -355,2 +367,6 @@

export { StyleParseRule }
export { TagParseRule }
export { textblockTypeInputRule }

@@ -372,2 +388,4 @@

export { undoNoScroll }
export { wrapIn }

@@ -374,0 +392,0 @@

@@ -5,3 +5,5 @@ export { closeHistory } from './_tsup-dts-rollup';

export { redoDepth } from './_tsup-dts-rollup';
export { redoNoScroll } from './_tsup-dts-rollup';
export { undo } from './_tsup-dts-rollup';
export { undoDepth } from './_tsup-dts-rollup';
export { undoNoScroll } from './_tsup-dts-rollup';

@@ -10,2 +10,3 @@ export { ProseMirrorNode } from './_tsup-dts-rollup';

export { Fragment } from './_tsup-dts-rollup';
export { GenericParseRule } from './_tsup-dts-rollup';
export { Mark } from './_tsup-dts-rollup';

@@ -25,1 +26,3 @@ export { MarkSpec } from './_tsup-dts-rollup';

export { Slice } from './_tsup-dts-rollup';
export { StyleParseRule } from './_tsup-dts-rollup';
export { TagParseRule } from './_tsup-dts-rollup';

16

package.json
{
"name": "@prosekit/pm",
"type": "module",
"version": "0.0.0-next-20231120040948",
"version": "0.0.0-next-20240421132240",
"private": false,

@@ -82,15 +82,15 @@ "author": {

"prosemirror-commands": "^1.5.2",
"prosemirror-history": "^1.3.2",
"prosemirror-inputrules": "^1.3.0",
"prosemirror-history": "^1.4.0",
"prosemirror-inputrules": "^1.4.0",
"prosemirror-keymap": "^1.2.2",
"prosemirror-model": "^1.19.3",
"prosemirror-model": "^1.20.0",
"prosemirror-state": "^1.4.3",
"prosemirror-transform": "^1.8.0",
"prosemirror-view": "^1.32.4"
"prosemirror-view": "^1.33.4"
},
"devDependencies": {
"@prosekit/dev": "*",
"tsup": "^8.0.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
},

@@ -97,0 +97,0 @@ "scripts": {

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