ldap-escape
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2015, 2016 Thomas Cort <linuxgeek@gmail.com> | ||
Copyright (c) 2015, 2016, 2017 Thomas Cort <linuxgeek@gmail.com> | ||
@@ -3,0 +3,0 @@ Permission to use, copy, modify, and distribute this software for any |
{ | ||
"name": "ldap-escape", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Escape functions for LDAP filters and distinguished names to prevent LDAP injection attacks.", | ||
@@ -29,9 +29,9 @@ "main": "index.js", | ||
"dependencies": { | ||
"lodash": "^4.11.1", | ||
"fmtr": "^1.0.3" | ||
"lodash": "^4.17.4", | ||
"fmtr": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"expect.js": "^0.3.1", | ||
"jshint": "^2.9.1", | ||
"mocha": "^2.4.5" | ||
"jshint": "^2.9.5", | ||
"mocha": "^4.0.1" | ||
}, | ||
@@ -38,0 +38,0 @@ "jshintConfig": { |
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
11457
7
Updatedfmtr@^1.1.0
Updatedlodash@^4.17.4