🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

nativescript-comments-sw

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-comments-sw - npm Package Compare versions

Comparing version

to
1.1.14

18

comments.common.js

@@ -351,8 +351,8 @@ "use strict";

this.scrollview.addChild(this.rep);
this.replytoWraper = this.parseOptions(new stack_layout_1.StackLayout(), {
this.replytoWraper = this.parseOptions(new grid_layout_1.GridLayout(), {
row: 1,
class: "comment-reply-wrapper",
orientation: "horizontal",
width: "100%",
visibility: "collapse"
visibility: "collapse",
columns: ["star", "star", "auto"]
});

@@ -367,4 +367,4 @@ var footer = this.parseOptions(new grid_layout_1.GridLayout(), {

className: "comment-reply-x-btn fa",
row: 1,
col: 1,
row: 0,
col: 0,
text: this.xbtn

@@ -374,7 +374,11 @@ });

className: "comment-replyingto",
text: this.toText
text: this.toText,
row: 0,
col: 1,
});
this.textReplyToHolder = this.parseOptions(new label_1.Label(), {
className: "comment-reply-username",
text: this.replyTo
text: this.replyTo,
row: 1,
col: 2,
});

@@ -381,0 +385,0 @@ this.replytoWraper.addChild(xbtn);

{
"name": "nativescript-comments-sw",
"version": "1.1.13",
"version": "1.1.14",
"description": "Your awesome NativeScript plugin for render a comments box .",

@@ -5,0 +5,0 @@ "main": "comments",