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

@liveblocks/node-lexical

Package Overview
Dependencies
Maintainers
0
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/node-lexical - npm Package Compare versions

Comparing version 2.13.3-emails2 to 2.14.0-v2encoding

5

dist/index.js

@@ -73,2 +73,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }// src/index.ts

var MentionNode = class _MentionNode extends _lexical.DecoratorNode {
constructor(value, key) {

@@ -107,2 +108,4 @@ super(key);

var ThreadMarkNode = class _ThreadMarkNode extends _lexical.ElementNode {
/** @internal */
// The ids of the threads that this mark is associated with

@@ -171,3 +174,3 @@ static getType() {

var PKG_NAME = "@liveblocks/node-lexical";
var PKG_VERSION = "2.13.3-emails2";
var PKG_VERSION = "2.14.0-v2encoding";
var PKG_FORMAT = "cjs";

@@ -174,0 +177,0 @@

6

package.json
{
"name": "@liveblocks/node-lexical",
"version": "2.13.3-emails2",
"version": "2.14.0-v2encoding",
"description": "A server-side utility that lets you modify lexical documents hosted in Liveblocks.",

@@ -37,4 +37,4 @@ "license": "Apache-2.0",

"dependencies": {
"@liveblocks/core": "2.13.3-emails2",
"@liveblocks/node": "2.13.3-emails2",
"@liveblocks/core": "2.14.0-v2encoding",
"@liveblocks/node": "2.14.0-v2encoding",
"yjs": "^13.6.18"

@@ -41,0 +41,0 @@ },

Sorry, the diff of this file is not supported yet

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