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

ng2-nested-search

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-nested-search - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "ng2-nested-search",
"version": "1.1.1",
"version": "1.1.2",
"description": "A simple custom pipe for filtering arrays in your angular(2+) projects and get the count of filtered items.",

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

@@ -8,7 +8,7 @@ # ng2-nested-search

![Screen Recording 2021-09-06 at 12 36 50 PM](https://user-images.githubusercontent.com/12426903/134805453-7bdec7ba-7100-45af-9113-e2c0d2884535.gif)
![Screen Recording 2021-09-26 at 3 04 06 PM](https://user-images.githubusercontent.com/12426903/134805730-0cc22169-3dc7-4263-bb14-a8c5ae1f6acb.gif)
## Search on specific properties
![Screen Recording 2021-09-06 at 12 39 44 PM](https://user-images.githubusercontent.com/12426903/134805490-526f1476-a759-4468-810b-76d9e811d6dc.gif)
![Screen Recording 2021-09-26 at 2 59 50 PM](https://user-images.githubusercontent.com/12426903/134805736-24310257-308c-4e51-8635-82e6b5bf57bc.gif)

@@ -143,11 +143,3 @@ # How to use

### You can display the filtered elements count as follows
```
<div>
<span>Total items filtered : </span>
<span [innerHTML]="filterMetadata.count"></span>
</div>
```
## Contact
gmail : melwin.vincent.90@gmail.com
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