ldap-escape
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2015 Thomas Cort <linuxgeek@gmail.com> | ||
Copyright (c) 2015, 2016 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.0", | ||
"version": "1.1.1", | ||
"description": "Escape functions for LDAP filters and distinguished names to prevent LDAP injection attacks.", | ||
@@ -30,7 +30,7 @@ "main": "index.js", | ||
"lodash": "^3.10.1", | ||
"fmtr": "^1.0.0" | ||
"fmtr": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"expect.js": "^0.3.1", | ||
"jshint": "^2.8.0", | ||
"jshint": "^2.9.1-rc2", | ||
"mocha": "^2.3.4" | ||
@@ -37,0 +37,0 @@ }, |
@@ -98,16 +98,2 @@ # ldap-escape | ||
``` | ||
Copyright (c) 2015 Thomas Cort <linuxgeek@gmail.com> | ||
Permission to use, copy, modify, and distribute this software for any | ||
purpose with or without fee is hereby granted, provided that the above | ||
copyright notice and this permission notice appear in all copies. | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
``` | ||
See [LICENSE.md](https://github.com/tcort/ldap-escape/blob/master/LICENSE.md) |
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
10546
99
Updatedfmtr@^1.0.1