ldap-escape
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "ldap-escape", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Escape functions for LDAP filters and distinguished names to prevent LDAP injection attacks.", | ||
@@ -29,8 +29,8 @@ "main": "index.js", | ||
"dependencies": { | ||
"lodash": "^3.10.1", | ||
"fmtr": "^1.0.1" | ||
"lodash": "^4.0.0", | ||
"fmtr": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"expect.js": "^0.3.1", | ||
"jshint": "^2.9.1-rc2", | ||
"jshint": "^2.9.1", | ||
"mocha": "^2.3.4" | ||
@@ -37,0 +37,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
11463
- Removedlodash@3.10.1(transitive)
Updatedfmtr@^1.0.2
Updatedlodash@^4.0.0