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

ldap-ts-client

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldap-ts-client - npm Package Compare versions

Comparing version 0.14.0 to 0.14.2

8

CHANGELOG.md

@@ -7,2 +7,10 @@ ### Changelog

#### [v0.14.0](https://github.com/saostad/ldap-ts-client/compare/v0.13.1...v0.14.0)
> 10 June 2020
- breaking: baseDn removed from create client instance parameters [`e022d35`](https://github.com/saostad/ldap-ts-client/commit/e022d35c7fd233d2dd7c5d71fb5adca52f91bae7)
- package: updated [`05a7d47`](https://github.com/saostad/ldap-ts-client/commit/05a7d4798507aa8dde22361f0318079d324f5468)
- doc: change log [`14572a7`](https://github.com/saostad/ldap-ts-client/commit/14572a721d025678bb1cfe1d9f37cce151114e5e)
#### [v0.13.1](https://github.com/saostad/ldap-ts-client/compare/v0.13.0...v0.13.1)

@@ -9,0 +17,0 @@

40

dist/app.js

@@ -25,12 +25,12 @@ "use strict";

console.log(`File: app.ts,`, `Line: 17 => `, data1.length);
const data2 = await client.queryAttributes({
base,
attributes: ["*", "USNIntersite"],
options: {
filter: "(&(objectClass=user)(cn=*))",
scope: "sub",
paged: true,
},
});
console.log(`File: app.ts,`, `Line: 35 => `, data2.length);
// const data2 = await client.queryAttributes<User>({
// base,
// attributes: ["*", "USNIntersite"],
// options: {
// filter: "(&(objectClass=user)(cn=*))",
// scope: "sub",
// paged: true,
// },
// });
// console.log(`File: app.ts,`, `Line: 35 => `, data2.length);
// const delResult = await client.del({

@@ -79,14 +79,14 @@ // dn: "CN=testUser2,OU=Users,OU=KII,DC=ki,DC=local",

// console.log(`File: app.ts,`, `Line: 22 => `, compared);
const data = await client.queryAttributes({
base,
attributes: ["cn"],
options: {
filter: "(&(objectClass=user)(cn=*))",
scope: "sub",
paged: true,
},
});
console.log(`File: app.ts,`, `Line: 95 => `, data.length);
// const data = await client.queryAttributes<User>({
// base,
// attributes: ["cn"],
// options: {
// filter: "(&(objectClass=user)(cn=*))",
// scope: "sub",
// paged: true,
// },
// });
// console.log(`File: app.ts,`, `Line: 95 => `, data.length);
client.unbind();
})();
//# sourceMappingURL=app.js.map
{
"name": "ldap-ts-client",
"version": "0.14.0",
"version": "0.14.2",
"description": "Type-safe LDAP client written in typescript",

@@ -17,3 +17,4 @@ "repository": {

"tag": "node ./config/tag.js",
"gen-changelog": "auto-changelog && git add CHANGELOG.md && git commit -m \"doc: change log\"",
"auto-changelog": "auto-changelog --hide-credit --breaking-pattern \"breaking:\"",
"gen-changelog": "npm run auto-changelog && git add CHANGELOG.md && git commit -m \"doc: change log\"",
"tsc": "tsc",

@@ -44,25 +45,24 @@ "tsc:watch": "tsc --watch",

"devDependencies": {
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"auto-changelog": "^2.0.0",
"@types/jest": "^26.0.18",
"@types/node": "^14.14.12",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"auto-changelog": "^2.2.1",
"dotenv": "^8.2.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.1",
"nodemon": "^2.0.4",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.2.0",
"jest": "^26.6.3",
"nodemon": "^2.0.6",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"ts-jest": "^26.1.0",
"ts-node": "^8.10.2",
"typedoc": "^0.17.7",
"typescript": "^3.9.5"
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"typedoc": "^0.19.2",
"typescript": "^4.1.2"
},
"dependencies": {
"@types/ldapjs": "^1.0.8",
"fast-node-logger": "^1.4.2",
"ldapjs": "^2.0.0"
"@types/ldapjs": "^1.0.9",
"fast-node-logger": "^1.4.9",
"ldapjs": "^2.2.3"
}
}

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