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

@milkdown/utils

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@milkdown/utils - npm Package Compare versions

Comparing version 4.11.1 to 4.11.2

2

lib/atom/base-prose-plugin.d.ts
import type { Plugin } from 'prosemirror-state';
import { UnknownRecord } from '../type-utility';
import { Factory, Origin } from './types';
export declare const createProsePlugin: <Obj extends UnknownRecord = UnknownRecord>(factory: Factory<string, Obj, Plugin<any, any>>) => Origin<string, Obj, Plugin<any, any>>;
export declare const createProsePlugin: <Obj extends UnknownRecord = UnknownRecord>(factory: Factory<string, Obj, Plugin<any, any> | Plugin<any, any>[]>) => Origin<string, Obj, Plugin<any, any>>;
//# sourceMappingURL=base-prose-plugin.d.ts.map
{
"name": "@milkdown/utils",
"version": "4.11.1",
"version": "4.11.2",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "module": "lib/index.js",

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