Socket
Book a DemoInstallSign in
Socket

react-lines-ellipsis

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-lines-ellipsis - npm Package Compare versions

Comparing version

to
0.10.5

3

lib/html.js

@@ -243,3 +243,4 @@ 'use strict';

ellipsis = _props.ellipsis,
rest = _objectWithoutProperties(_props, ['component', 'className', 'unsafeHTML', 'maxLine', 'ellipsis']);
basedOn = _props.basedOn,
rest = _objectWithoutProperties(_props, ['component', 'className', 'unsafeHTML', 'maxLine', 'ellipsis', 'basedOn']);

@@ -246,0 +247,0 @@ return React.createElement(

@@ -190,3 +190,4 @@ 'use strict';

maxLine = _props.maxLine,
rest = _objectWithoutProperties(_props, ['component', 'ellipsis', 'trimRight', 'className', 'text', 'maxLine']);
basedOn = _props.basedOn,
rest = _objectWithoutProperties(_props, ['component', 'ellipsis', 'trimRight', 'className', 'text', 'maxLine', 'basedOn']);

@@ -193,0 +194,0 @@ return React.createElement(

{
"name": "react-lines-ellipsis",
"version": "0.10.4",
"version": "0.10.5",
"description": "Simple multiline ellipsis component for React.JS",

@@ -5,0 +5,0 @@ "main": "lib/index.js",