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

ng2-filter-pipe

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-filter-pipe - npm Package Versions

1

0.1.0

Diff

Changelog

Source

0.1.0

  • [#9] - Update dependencies
  • [#10] - Added filter by boolean

Breaking changes

Now instead of declaring pipe you need to import Ng2FilterPipeModule to your module

@NgModule({
  imports: [BrowserModule, Ng2FilterPipeModule],
  declarations: [AppComponent],
  bootstrap: [AppComponent]
})
vadimdez
published 0.0.4 •

Changelog

Source

0.0.4

  • [#6] - Update to Angular RC6
  • Removed version lock from peer dependency @angular/core
vadimdez
published 0.0.3 •

Changelog

Source

0.0.3

  • [#2] - updated @angular/core to RC.5
vadimdez
published 0.0.2 •

Changelog

Source

0.0.2

  • Case insensitive string filtering
  • Added simple typings file
  • Changed main file in package
vadimdez
published 0.0.1 •

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