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

@milkdown/prose

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@milkdown/prose - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

lib/index.cjs.js

17

lib/prosemirror.d.ts
export * from 'prosemirror-commands';
export * as pmCommands from 'prosemirror-commands';
export * from 'prosemirror-dropcursor';
export * as pmDropcursor from 'prosemirror-dropcursor';
export * from 'prosemirror-gapcursor';
export * as pmGapcursor from 'prosemirror-gapcursor';
export * from 'prosemirror-history';
export * as pmHistory from 'prosemirror-history';
export * from 'prosemirror-inputrules';
export * as pmInputRules from 'prosemirror-inputrules';
export * from 'prosemirror-keymap';
export * as pmKeymap from 'prosemirror-keymap';
export * from 'prosemirror-model';
export * as pmModel from 'prosemirror-model';
export * from 'prosemirror-schema-list';
export * as pmSchemaList from 'prosemirror-schema-list';
export * from 'prosemirror-state';
export * as pmState from 'prosemirror-state';
export * from 'prosemirror-tables';
export * as pmTables from 'prosemirror-tables';
export * from 'prosemirror-transform';
export * as pmTransform from 'prosemirror-transform';
export * from 'prosemirror-view';
export * as pmView from 'prosemirror-view';
//# sourceMappingURL=prosemirror.d.ts.map

1

lib/toolkit/input-rules/index.d.ts

@@ -0,2 +1,3 @@

export * from './custom-input-rules';
export * from './mark-rule';
//# sourceMappingURL=index.d.ts.map

29

package.json
{
"name": "@milkdown/prose",
"version": "5.2.0",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"version": "5.2.1",
"main": "./lib/index.cjs.js",
"module": "./lib/index.es.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.es.js",
"require": "./lib/index.cjs.js"
}
},
"sideEffects": false,

@@ -14,7 +20,11 @@ "license": "MIT",

"dependencies": {
"@milkdown/exception": "5.2.0",
"@milkdown/exception": "5.2.1",
"@types/prosemirror-commands": "^1.0.4",
"@types/prosemirror-dropcursor": "^1.0.2",
"@types/prosemirror-gapcursor": "^1.0.4",
"@types/prosemirror-history": "^1.0.2",
"@types/prosemirror-inputrules": "^1.0.4",
"@types/prosemirror-keymap": "^1.0.4",
"@types/prosemirror-model": "^1.12.0",
"@types/prosemirror-schema-list": "^1.0.3",
"@types/prosemirror-state": "^1.2.6",

@@ -24,6 +34,11 @@ "@types/prosemirror-transform": "^1.1.2",

"prosemirror-commands": "^1.1.12",
"prosemirror-dropcursor": "^1.3.5",
"prosemirror-gapcursor": "^1.1.5",
"prosemirror-history": "^1.1.3",
"prosemirror-inputrules": "^1.1.3",
"prosemirror-keymap": "^1.1.5",
"prosemirror-model": "^1.15.0",
"prosemirror-schema-list": "^1.1.4",
"prosemirror-state": "^1.3.4",
"prosemirror-tables": "*",
"prosemirror-transform": "^1.3.3",

@@ -35,7 +50,7 @@ "prosemirror-view": "^1.23.2",

"start": "vite",
"watch": "tsc -w",
"watch": "vite build --watch",
"test": "jest",
"tsc": "tsc --noEmit",
"build": "tsc"
"build": "vite build && tsc --emitDeclarationOnly"
}
}
/* Copyright 2021, Milkdown by Mirone. */
export * from 'prosemirror-commands';
export * as pmCommands from 'prosemirror-commands';
export * from 'prosemirror-dropcursor';
export * as pmDropcursor from 'prosemirror-dropcursor';
export * from 'prosemirror-gapcursor';
export * as pmGapcursor from 'prosemirror-gapcursor';
export * from 'prosemirror-history';
export * as pmHistory from 'prosemirror-history';
export * from 'prosemirror-inputrules';
export * as pmInputRules from 'prosemirror-inputrules';
export * from 'prosemirror-keymap';
export * as pmKeymap from 'prosemirror-keymap';
export * from 'prosemirror-model';
export * as pmModel from 'prosemirror-model';
export * from 'prosemirror-schema-list';
export * as pmSchemaList from 'prosemirror-schema-list';
export * from 'prosemirror-state';
export * as pmState from 'prosemirror-state';
export * from 'prosemirror-tables';
export * as pmTables from 'prosemirror-tables';
export * from 'prosemirror-transform';
export * as pmTransform from 'prosemirror-transform';
export * from 'prosemirror-view';
export * as pmView from 'prosemirror-view';
/* Copyright 2021, Milkdown by Mirone. */
export * from './custom-input-rules';
export * from './mark-rule';

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