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.4.0 to 2.5.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 2.5.0
* Update @types/node npm to latest version. Fix #73
* Add mocharc file
### 2.4.0

@@ -2,0 +6,0 @@ * Add Buffer as value type for client.exop(). Fixes #74

8

package.json
{
"name": "ldapts",
"version": "2.4.0",
"version": "2.5.0",
"description": "LDAP client",

@@ -9,3 +9,3 @@ "main": "index.js",

"build": "tsc",
"test": "mocha -r ts-node/register tests/*.tests.ts tests/**/*.tests.ts",
"test": "mocha \"tests/**/*.tests.ts\"",
"lint": "eslint --fix --ext .ts src tests",

@@ -48,4 +48,4 @@ "dist": "if [ -d \"src\" ]; then rm -rf dist && npm run lint && npm run build && npm run test && cp package.json dist && cp *.md dist && cp .npmignore dist && cd dist && npm publish; fi",

"@types/asn1": "~0.2.0",
"@types/node": "~10.17.19",
"@types/uuid": "~7.0.2",
"@types/node": "~14.0.3",
"@types/uuid": "~8.0.0",
"asn1": "~0.2.4",

@@ -52,0 +52,0 @@ "debug": "~4.1.1",

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