Socket
Socket
Sign inDemoInstall

ldap-filter

Package Overview
Dependencies
1
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ldap-filter

API for handling LDAP-style filters


Version published
Weekly downloads
106K
decreased by-10.34%
Maintainers
1
Install size
49.5 kB
Created
Weekly downloads
 

Changelog

Source

0.3.0

  • Enforce stricter output escaping for buffer values
  • BREAKING Rename NotFilter.addfilter to NotFilter.setFilter
  • BREAKING Rewrite filter parser to be more strict about input. This significantly changes the sort of filters which the parser files acceptable. While the old parser would tolerate unescaped characters in the ()\* set, the new parser requires them to be escaped via the \XX hex notation. This is in keeping with RFC 4514
  • Perform better escaping for values which are not UTF-8

Readme

Source

ldap-filter

API for handling LDAP-style filters

Originally derived from the filter code in LDAPjs

License

MIT.

FAQs

Last updated on 08 Jan 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc