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

ldap-escape

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldap-escape - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

6

package.json
{
"name": "ldap-escape",
"version": "2.0.3",
"version": "2.0.4",
"description": "Escape functions for LDAP filters and distinguished names to prevent LDAP injection attacks.",

@@ -30,4 +30,4 @@ "main": "index.js",

"devDependencies": {
"jest": "^24.9.0",
"jshint": "^2.10.2"
"jest": "^25.1.0",
"jshint": "^2.11.0"
},

@@ -34,0 +34,0 @@ "jshintConfig": {

@@ -57,3 +57,3 @@ # ldap-escape

console.log(ldapEscape.filter`uid=${uid}`); // -> '(uid=1337)'
console.log(ldapEscape.filter`uid=${uid}`); // -> 'uid=1337'

@@ -60,0 +60,0 @@ ### Escape a DN

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