Socket
Socket
Sign inDemoInstall

ldapts

Package Overview
Dependencies
10
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.7 to 7.0.8

30

package.json
{
"name": "ldapts",
"version": "7.0.7",
"version": "7.0.8",
"description": "LDAP client",

@@ -85,29 +85,29 @@ "main": "./dist/index.cjs",

"@types/sinon": "~17.0.2",
"@typescript-eslint/eslint-plugin": "~6.13.1",
"@typescript-eslint/parser": "~6.13.1",
"chai": "~4.3.10",
"@typescript-eslint/eslint-plugin": "~6.17.0",
"@typescript-eslint/parser": "~6.17.0",
"chai": "~4.4.0",
"chai-as-promised": "~7.1.1",
"eslint": "~8.54.0",
"eslint": "~8.56.0",
"eslint-config-airbnb-base": "~15.0.0",
"eslint-config-airbnb-typescript": "~17.1.0",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-import": "~2.29.0",
"eslint-plugin-jsdoc": "~46.9.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-jsdoc": "~48.0.2",
"eslint-plugin-mocha": "10.2.0",
"eslint-plugin-prettier": "~5.0.1",
"eslint-plugin-prettier": "~5.1.2",
"eslint-plugin-promise": "~6.1.1",
"eslint-plugin-security": "~1.7.1",
"eslint-plugin-security": "~2.1.0",
"husky": "~8.0.3",
"lint-staged": "~15.1.0",
"markdownlint-cli": "~0.37.0",
"lint-staged": "~15.2.0",
"markdownlint-cli": "~0.38.0",
"mocha": "~10.2.0",
"npm-run-all": "~4.1.5",
"pinst": "~3.0.0",
"prettier": "~3.1.0",
"prettier": "~3.1.1",
"sinon": "~17.0.1",
"ts-mockito": "~2.6.1",
"tsx": "~4.6.0",
"typescript": "~5.3.2",
"tsx": "~4.7.0",
"typescript": "~5.3.3",
"unbuild": "2.0.0"
}
}

@@ -175,3 +175,3 @@ import type { RDNAttributes } from './RDN.js';

str += `${rdn.toString()}`;
str += rdn.toString();
}

@@ -178,0 +178,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc