New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lexical/hashtag

Package Overview
Dependencies
Maintainers
5
Versions
256
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.23.2-nightly.20250117.0 to 0.23.2-nightly.20250120.0

2

LexicalHashtag.js

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

'use strict'
const LexicalHashtag = process.env.NODE_ENV === 'development' ? require('./LexicalHashtag.dev.js') : require('./LexicalHashtag.prod.js');
const LexicalHashtag = process.env.NODE_ENV !== 'production' ? require('./LexicalHashtag.dev.js') : require('./LexicalHashtag.prod.js');
module.exports = LexicalHashtag;

@@ -11,8 +11,8 @@ {

"license": "MIT",
"version": "0.23.2-nightly.20250117.0",
"version": "0.23.2-nightly.20250120.0",
"main": "LexicalHashtag.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/utils": "0.23.2-nightly.20250117.0",
"lexical": "0.23.2-nightly.20250117.0"
"@lexical/utils": "0.23.2-nightly.20250120.0",
"lexical": "0.23.2-nightly.20250120.0"
},

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

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