Comparing version 2.0.1 to 2.0.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [2.0.2](https://github.com/mongodb-js/kerberos/compare/v2.0.1...v2.0.2) (2023-08-28) | ||
### Features | ||
* **NODE-5505:** add compiler warnings and cast lengths ([#158](https://github.com/mongodb-js/kerberos/issues/158)) ([1e73b98](https://github.com/mongodb-js/kerberos/commit/1e73b98340d244e7c409afa6d293be43ed89080b)) | ||
### [2.0.1](https://github.com/mongodb-js/kerberos/compare/v2.0.0...v2.0.1) (2022-07-14) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "kerberos", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Kerberos library for Node.js", | ||
@@ -31,25 +31,25 @@ "main": "lib/index.js", | ||
"bindings": "^1.5.0", | ||
"node-addon-api": "^4.3.0", | ||
"node-addon-api": "^6.1.0", | ||
"prebuild-install": "7.1.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.3.6", | ||
"chai": "^4.3.7", | ||
"chai-string": "^1.5.0", | ||
"chalk": "^4.1.2", | ||
"clang-format": "^1.6.0", | ||
"clang-format": "^1.8.0", | ||
"dmd-clear": "^0.1.2", | ||
"eslint": "^8.9.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jsdoc-to-markdown": "^7.1.1", | ||
"mocha": "^9.2.0", | ||
"mongodb": "^4.3.1", | ||
"prebuild": "^11.0.3", | ||
"prettier": "^2.5.1", | ||
"request": "^2.88.0", | ||
"standard-version": "^9.3.2" | ||
"eslint": "^8.46.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jsdoc-to-markdown": "^8.0.0", | ||
"mocha": "^10.2.0", | ||
"mongodb": "^5.7.0", | ||
"prebuild": "^11.0.4", | ||
"prettier": "^2.8.8", | ||
"request": "^2.88.2", | ||
"standard-version": "^9.5.0" | ||
}, | ||
"scripts": { | ||
"install": "prebuild-install --runtime napi || node-gyp rebuild", | ||
"format-cxx": "git-clang-format", | ||
"format-cxx": "clang-format -i 'src/**/*'", | ||
"format-js": "eslint lib test --fix", | ||
@@ -56,0 +56,0 @@ "check:lint": "eslint lib test", |
Kerberos | ||
======== | ||
[![Build Status](https://travis-ci.org/mongodb-js/kerberos.svg?branch=master)](https://travis-ci.org/mongodb-js/kerberos) | ||
The `kerberos` package is a C++ extension for Node.js that provides cross-platform support for kerberos authentication using GSSAPI on linux/osx, and SSPI on windows. Much of the code in this module is adapted from [ccs-kerberos](https://github.com/apple/ccs-pykerberos) and [winkerberos](https://github.com/mongodb-labs/winkerberos). | ||
@@ -31,2 +29,13 @@ | ||
### MongoDB Node.js Driver Version Compatibility | ||
Only the following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable. | ||
| | `kerberos@1.x` | `kerberos@2.x` | | ||
| ------------- | -------------- | -------------- | | ||
| `mongodb@6.x` | N/A | ✓ | | ||
| `mongodb@5.x` | ✓ | ✓ | | ||
| `mongodb@4.x` | ✓ | ✓ | | ||
| `mongodb@3.x` | ✓ | N/A | | ||
### Installation | ||
@@ -33,0 +42,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130002
255
3
+ Addednode-addon-api@6.1.0(transitive)
- Removednode-addon-api@4.3.0(transitive)
Updatednode-addon-api@^6.1.0