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

Comparing version 0.3.2 to 0.3.3

4

CHANGES.md
# ldap-filter Changelog
## 0.3.3
- Assert that NOT filters are closed by a parentheses
## 0.3.2

@@ -4,0 +8,0 @@

@@ -223,2 +223,3 @@ // Copyright 2014 Mark Cavage, Inc. All rights reserved.

cur = res.end + 1;
assert.equal(str[cur], ')', 'unbalanced parens');
} else {

@@ -225,0 +226,0 @@ end = str.indexOf(')', cur);

2

package.json

@@ -10,3 +10,3 @@ {

"description": "API for handling LDAP-style filters",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",

@@ -13,0 +13,0 @@ "repository": {

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