New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ldapts

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldapts - npm Package Compare versions

Comparing version 7.2.1 to 7.2.2

31

package.json
{
"name": "ldapts",
"version": "7.2.1",
"version": "7.2.2",
"description": "LDAP client",

@@ -75,31 +75,30 @@ "main": "./dist/index.cjs",

"strict-event-emitter-types": "~2.0.0",
"uuid": "~10.0.0",
"uuid": "~11.0.3",
"whatwg-url": "~14.0.0"
},
"devDependencies": {
"@types/chai": "~5.0.0",
"@types/chai": "~5.0.1",
"@types/chai-as-promised": "~8.0.1",
"@types/debug": "~4.1.12",
"@types/mocha": "~10.0.8",
"@types/mocha": "~10.0.10",
"@types/node": ">=22",
"@types/sinon": "~17.0.3",
"@types/uuid": ">=10",
"@types/whatwg-url": "~11.0.5",
"chai": "~5.1.1",
"chai-as-promised": "~8.0.0",
"eslint": "~9.11.1",
"eslint-config-decent": "^2.2.2",
"husky": "~9.1.6",
"@types/whatwg-url": "~13.0.0",
"chai": "~5.1.2",
"chai-as-promised": "~8.0.1",
"eslint": "~9.16.0",
"eslint-config-decent": "^2.2.3",
"husky": "~9.1.7",
"lint-staged": "~15.2.10",
"markdownlint-cli": "~0.42.0",
"mocha": "~10.7.3",
"markdownlint-cli": "~0.43.0",
"mocha": "~10.8.2",
"npm-run-all": "~4.1.5",
"pinst": "~3.0.0",
"prettier": "~3.3.3",
"prettier": "~3.4.1",
"sinon": "~19.0.2",
"ts-mockito": "~2.6.1",
"tsx": "~4.19.1",
"typescript": "~5.6.2",
"tsx": "~4.19.2",
"typescript": "~5.7.2",
"unbuild": "2.0.0"
}
}

@@ -43,5 +43,4 @@ import type { BerReader, BerWriter } from 'asn1';

const length = Buffer.byteLength(this.newSuperior);
writer.writeByte(0x80);
writer.writeByte(length);
writer.writeLength(length);
writer._ensure(length);

@@ -48,0 +47,0 @@ writer._buf.write(this.newSuperior, writer._offset);

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc