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

@liveblocks/node-lexical

Package Overview
Dependencies
Maintainers
0
Versions
80
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.7.0-beta1 to 2.7.0-beta2

2

dist/index.js

@@ -169,3 +169,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 PKG_NAME = "@liveblocks/node-lexical";
var PKG_VERSION = "2.7.0-beta1";
var PKG_VERSION = "2.7.0-beta2";
var PKG_FORMAT = "cjs";

@@ -172,0 +172,0 @@

{
"name": "@liveblocks/node-lexical",
"version": "2.7.0-beta1",
"version": "2.7.0-beta2",
"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.7.0-beta1",
"@liveblocks/node": "2.7.0-beta1",
"@liveblocks/core": "2.7.0-beta2",
"@liveblocks/node": "2.7.0-beta2",
"yjs": "^13.6.18"

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

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