Socket
Socket
Sign inDemoInstall

@lexical/mark

Package Overview
Dependencies
Maintainers
5
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lexical/mark - npm Package Compare versions

Comparing version 0.13.1 to 0.14.1

LexicalMark.dev.esm.js

4

LexicalMark.dev.js

@@ -96,3 +96,5 @@ /**

// If we already have it, don't add again
if (id === ids[i]) return;
if (id === ids[i]) {
return;
}
}

@@ -99,0 +101,0 @@ ids.push(id);

@@ -8,3 +8,3 @@ /**

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

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

"license": "MIT",
"version": "0.13.1",
"version": "0.14.1",
"main": "LexicalMark.js",
"peerDependencies": {
"lexical": "0.13.1"
"lexical": "0.14.1"
},
"dependencies": {
"@lexical/utils": "0.13.1"
"@lexical/utils": "0.14.1"
},

@@ -24,3 +24,5 @@ "repository": {

"directory": "packages/lexical-mark"
}
},
"module": "LexicalMark.esm.js",
"sideEffects": false
}
# `@lexical/mark`
[![See API Documentation](https://lexical.dev/img/see-api-documentation.svg)](https://lexical.dev/docs/api/modules/lexical_mark)
This package contains helpers and nodes for wrapping content in marks for Lexical.
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