@ldapjs/filter
Advanced tools
Comparing version 1.0.0-rc.3 to 1.0.0-rc.4
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105558
3483
+ Added@ldapjs/asn1@1.2.0-rc.1(transitive)
- Removed@ldapjs/asn1@1.2.0(transitive)
Updated@ldapjs/asn1@1.2.0-rc.1