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

@types/ldapjs

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ldapjs - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

6

ldapjs/index.d.ts

@@ -21,11 +21,11 @@ // Type definitions for ldapjs 1.0

export interface CompareCallback {
(error: Error, matched?: boolean): void;
(error: Error | null, matched?: boolean): void;
}
export interface ExopCallback {
(error: Error, value: string, result?: any): void;
(error: Error | null, value: string, result?: any): void;
}
export interface CallBack {
(error: Error, result?: any): void;
(error: Error | null, result?: any): void;
}

@@ -32,0 +32,0 @@

{
"name": "@types/ldapjs",
"version": "1.0.6",
"version": "1.0.7",
"description": "TypeScript definitions for ldapjs",

@@ -39,4 +39,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "b10397fcc289cedc9b28a02ea1e5d6fecafc9d4dfd753a1540834afa845caf36",
"typesPublisherContentHash": "8b46ed191099c520b08c6dbb62a51aa2b87c7a2265f05e89f113feb36dd14c68",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 20 Mar 2020 15:59:54 GMT
* Last updated: Mon, 06 Apr 2020 20:24:14 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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