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

ngx-nested-ellipsis

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-nested-ellipsis - npm Package Compare versions

Comparing version

to
2.1.5

6

package.json
{
"name": "ngx-nested-ellipsis",
"version": "2.1.4",
"version": "2.1.5",
"description": "Nested multiline html with ellipsis for angular 12+",

@@ -13,4 +13,4 @@ "author": "Florian Lentsch",

"peerDependencies": {
"@angular/common": ">=12.0.0 <18.0.0",
"@angular/core": ">=12.0.0 <18.0.0"
"@angular/common": ">=12.0.0 <19.0.0",
"@angular/core": ">=12.0.0 <19.0.0"
},

@@ -17,0 +17,0 @@ "dependencies": {

@@ -34,2 +34,6 @@ # ngx-nested-ellipsis

### Note
If you're using the new angular [standalone components/directives/pipes](https://blog.angular-university.io/angular-standalone-components/) in your project (available since angular 16), you'll need to add `NestedEllipsisModule` to each consuming components' imports instead.
## Usage

@@ -36,0 +40,0 @@