Socket
Socket
Sign inDemoInstall

@lexical/hashtag

Package Overview
Dependencies
Maintainers
6
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/hashtag - npm Package Compare versions

Comparing version 0.3.11 to 0.4.0

1

index.d.ts

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

/** @module @lexical/hashtag */
/**

@@ -2,0 +3,0 @@ * Copyright (c) Meta Platforms, Inc. and affiliates.

@@ -19,2 +19,4 @@ /**

*/
/** @noInheritDoc */
class HashtagNode extends lexical.TextNode {

@@ -21,0 +23,0 @@ static getType() {

@@ -10,2 +10,3 @@ /**

import { TextNode } from 'lexical';
/** @noInheritDoc */
export declare class HashtagNode extends TextNode {

@@ -12,0 +13,0 @@ static getType(): string;

6

package.json

@@ -11,9 +11,9 @@ {

"license": "MIT",
"version": "0.3.11",
"version": "0.4.0",
"main": "LexicalHashtag.js",
"peerDependencies": {
"lexical": "0.3.11"
"lexical": "0.4.0"
},
"dependencies": {
"@lexical/utils": "0.3.11"
"@lexical/utils": "0.4.0"
},

@@ -20,0 +20,0 @@ "repository": {

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