Socket
Socket
Sign inDemoInstall

ldapts

Package Overview
Dependencies
10
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### 2.2.1
* Update npms
### 2.2.0

@@ -2,0 +5,0 @@ * Support `startTLS` for upgrading an existing connection to be encrypted. Fix #71

32

package.json
{
"name": "ldapts",
"version": "2.2.0",
"version": "2.2.1",
"description": "LDAP client",

@@ -47,32 +47,32 @@ "main": "index.js",

"@types/asn1": "~0.2.0",
"@types/node": "~10.17.13",
"@types/uuid": "~3.4.6",
"@types/node": "~10.17.19",
"@types/uuid": "~7.0.2",
"asn1": "~0.2.4",
"debug": "~4.1.1",
"strict-event-emitter-types": "~2.0.0",
"uuid": "~3.3.3"
"uuid": "~7.0.3"
},
"devDependencies": {
"@types/chai": "~4.2.7",
"@types/chai": "~4.2.11",
"@types/chai-as-promised": "~7.1.2",
"@types/debug": "~4.1.5",
"@types/mocha": "~5.2.6",
"@typescript-eslint/eslint-plugin": "~2.14.0",
"@typescript-eslint/parser": "~2.14.0",
"@types/mocha": "~7.0.2",
"@typescript-eslint/eslint-plugin": "~2.27.0",
"@typescript-eslint/parser": "~2.27.0",
"chai": "~4.2.0",
"chai-as-promised": "~7.1.1",
"eslint": "~6.8.0",
"eslint-config-airbnb-base": "~14.0.0",
"eslint-plugin-import": "~2.19.1",
"eslint-plugin-jsdoc": "~20.0.0",
"eslint-plugin-mocha": "~6.2.2",
"eslint-config-airbnb-base": "~14.1.0",
"eslint-plugin-import": "~2.20.2",
"eslint-plugin-jsdoc": "~23.0.0",
"eslint-plugin-mocha": "~6.3.0",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-security": "~1.4.0",
"husky": "~3.1.0",
"lint-staged": "9.5.0",
"mocha": "~6.2.2",
"lint-staged": "~10.1.3",
"mocha": "~7.1.1",
"ts-mockito": "~2.5.0",
"ts-node": "~8.5.4",
"typescript": "~3.7.4"
"ts-node": "~8.8.2",
"typescript": "~3.8.3"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc