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

@milkdown/exception

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@milkdown/exception - npm Package Compare versions

Comparing version 4.8.2 to 4.9.0

1

lib/index.d.ts

@@ -11,2 +11,3 @@ export declare const docTypeError: (type: unknown) => Error;

export declare const expectDomTypeError: (node: unknown) => Error;
export declare const callCommandBeforeEditorView: () => Error;
//# sourceMappingURL=index.d.ts.map

@@ -31,2 +31,3 @@ export const docTypeError = (type) => new Error(`Doc type error, unsupported type: ${JSON.stringify(type)}`);

export const expectDomTypeError = (node) => new Error(`Expect to be a dom, but get: ${JSON.stringify(node)}.`);
export const callCommandBeforeEditorView = () => new Error(`You're trying to call a command before editor view initialized, make sure to get commandManager from ctx after editor view has been initialized`);
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@milkdown/exception",
"version": "4.8.2",
"version": "4.9.0",
"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