Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ldapjs/filter

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ldapjs/filter - npm Package Compare versions

Comparing version 1.0.0-rc.3 to 1.0.0-rc.4

lib/filters/approximate.js

2

lib/filters/equality.js

@@ -151,3 +151,3 @@ 'use strict'

*
* @returns {PresenceFilter}
* @returns {EqualityFilter}
*/

@@ -154,0 +154,0 @@ static parse (buffer) {

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

const AndFilter = require('./filters/and')
const ApproximateFilter = require('./filters/approx')
const ApproximateFilter = require('./filters/approximate')
const EqualityFilter = require('./filters/equality')

@@ -16,0 +16,0 @@ const ExtensibleFilter = require('./filters/ext')

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

t.ok(f)
t.equal(f.type, 'approx')
t.equal(f.type, 'ApproximateFilter')
t.equal(f.attribute, 'foo')

@@ -359,0 +359,0 @@ t.equal(f.value, 'bar')

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

"description": "API for handling LDAP-style filters",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"license": "MIT",

@@ -22,3 +22,3 @@ "repository": {

"dependencies": {
"@ldapjs/asn1": "^1.0.1",
"@ldapjs/asn1": "1.2.0-rc.1",
"@ldapjs/protocol": "^1.1.0",

@@ -25,0 +25,0 @@ "assert-plus": "^1.0.0"

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