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

@lexical/dragon

Package Overview
Dependencies
Maintainers
5
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/dragon - npm Package Compare versions

Comparing version 0.14.3 to 0.14.4

2

index.d.ts

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

/** @module @lexical/dragon */
/**

@@ -8,5 +7,4 @@ * Copyright (c) Meta Platforms, Inc. and affiliates.

*
*
*/
import { LexicalEditor } from 'lexical';
export declare function registerDragonSupport(editor: LexicalEditor): () => void;

8

LexicalDragon.dev.js

@@ -11,3 +11,9 @@ /**

/** @module @lexical/dragon */
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
function registerDragonSupport(editor) {

@@ -14,0 +20,0 @@ const origin = window.location.origin;

@@ -12,3 +12,3 @@ {

"license": "MIT",
"version": "0.14.3",
"version": "0.14.4",
"main": "LexicalDragon.js",

@@ -27,2 +27,4 @@ "types": "index.d.ts",

"types": "./index.d.ts",
"development": "./LexicalDragon.dev.mjs",
"production": "./LexicalDragon.prod.mjs",
"node": "./LexicalDragon.node.mjs",

@@ -33,2 +35,4 @@ "default": "./LexicalDragon.mjs"

"types": "./index.d.ts",
"development": "./LexicalDragon.dev.js",
"production": "./LexicalDragon.prod.js",
"default": "./LexicalDragon.js"

@@ -39,4 +43,4 @@ }

"dependencies": {
"lexical": "0.14.3"
"lexical": "0.14.4"
}
}

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