Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ldapjs/node-ldapjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: ldapjs/node-ldapjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.2
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 11, 2023

  1. build(deps-dev): bump eslint from 8.35.0 to 8.36.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.36.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.35.0...v8.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jsumners committed Mar 11, 2023
    Copy the full SHA
    7991a37 View commit details
  2. build(deps): bump @ldapjs/messages from 1.0.1 to 1.0.2

    Bumps [@ldapjs/messages](https://github.com/ldapjs/messages) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/ldapjs/messages/releases)
    - [Commits](ldapjs/messages@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@ldapjs/messages"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jsumners committed Mar 11, 2023
    Copy the full SHA
    9613308 View commit details

Commits on Mar 27, 2023

  1. Add test for issue 860

    This PR adds a new integration test for issue #860.
    jsumners committed Mar 27, 2023
    Copy the full SHA
    8c58f46 View commit details

Commits on Mar 28, 2023

  1. transcontextual safe type checks

    Axel Kittenberger authored and jsumners committed Mar 28, 2023
    Copy the full SHA
    e2c0949 View commit details
  2. transcontextual safe type checks

    Axel Kittenberger authored and jsumners committed Mar 28, 2023
    Copy the full SHA
    78014a2 View commit details
  3. cross-realm type checks in search

    Axel Kittenberger authored and jsumners committed Mar 28, 2023
    Copy the full SHA
    cfba105 View commit details
  4. v3.0.2

    jsumners committed Mar 28, 2023
    Copy the full SHA
    49add89 View commit details
Loading