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

lilium-text

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lilium-text - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

build/liliumtext.js

@@ -788,3 +788,3 @@ "use strict";

if (ctxElem && ctxElem.nextElementSibling) {
var curParag = ctxElem.element;
var curParag = ctxElem;
if (curParag) {

@@ -791,0 +791,0 @@ curParag.parentElement.insertBefore(element, curParag.nextElementSibling);

@@ -636,3 +636,3 @@ class LiliumTextCommand {

if (ctxElem && ctxElem.nextElementSibling) {
const curParag = ctxElem.element;
const curParag = ctxElem;
if (curParag) {

@@ -639,0 +639,0 @@ curParag.parentElement.insertBefore(element, curParag.nextElementSibling);

{
"name": "lilium-text",
"version": "0.1.4",
"version": "0.1.5",
"description": "Web rich text editor. Not ready to be used at all.",

@@ -5,0 +5,0 @@ "main": "build/liliumtext.js",

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