Comparing version 2.1.1-alpha.0 to 2.1.1
@@ -5,3 +5,3 @@ # Changelog | ||
## [2.1.1-alpha.0](https://github.com/mongodb-js/kerberos/compare/v2.1.1-alpha...v2.1.1-alpha.0) (2024-06-28) | ||
## [2.1.1](https://github.com/mongodb-js/kerberos/compare/v2.1.1...v2.1.0) (2024-08-06) | ||
@@ -11,5 +11,8 @@ | ||
* release versioning ([#184](https://github.com/mongodb-js/kerberos/issues/184)) ([a39dfcb](https://github.com/mongodb-js/kerberos/commit/a39dfcb35819ea83642505788e75d91e7f527ca3)) | ||
* **MONGOSH-1808:** only build universal macos binaries when creating loadable_library ([#186](https://github.com/mongodb-js/kerberos/issues/186)) ([ec3ab7a](https://github.com/mongodb-js/kerberos/commit/ec3ab7a34ea2de587c4a19cb8aad760e793564fc)) | ||
* **NODE-6253:** use runtime linking against system kerberos libraries by default ([#188](https://github.com/mongodb-js/kerberos/issues/188)) ([04044d2](https://github.com/mongodb-js/kerberos/commit/04044d2814ad1d01e77f1ce87f26b03d86692cf2)) | ||
* **NODE-6265:** add Spectre Mitigation and CFG ([#190](https://github.com/mongodb-js/kerberos/issues/190)) ([54b9799](https://github.com/mongodb-js/kerberos/commit/54b97991deaaa04e87e4f3704b0dfcdcdd098a4b)) | ||
* **NODE-6108:** allow building from source on latest Node.js 20.x ([#172](https://github.com/mongodb-js/kerberos/issues/172)) ([c1f7aca](https://github.com/mongodb-js/kerberos/commit/c1f7acafb211d1b449086433578495d4ae0b869f)) | ||
## [2.1.1](https://github.com/mongodb-js/kerberos/compare/v2.1.0...v2.1.1-alpha) (2024-06-27) | ||
## [2.1.1-alpha.0](https://github.com/mongodb-js/kerberos/compare/v2.1.1-alpha.0...v2.1.0) (2024-06-28) | ||
@@ -19,4 +22,5 @@ | ||
* **NODE-6108:** allow building from source on latest Node.js 20.x ([#172](https://github.com/mongodb-js/kerberos/issues/172)) ([c1f7aca](https://github.com/mongodb-js/kerberos/commit/c1f7acafb211d1b449086433578495d4ae0b869f)) | ||
* release versioning ([#184](https://github.com/mongodb-js/kerberos/issues/184)) ([a39dfcb](https://github.com/mongodb-js/kerberos/commit/a39dfcb35819ea83642505788e75d91e7f527ca3)) | ||
## [2.1.0](https://github.com/mongodb-js/kerberos/compare/v2.0.3...v2.1.0) (2023-11-21) | ||
@@ -23,0 +27,0 @@ |
{ | ||
"name": "kerberos", | ||
"version": "2.1.1-alpha.0", | ||
"version": "2.1.1", | ||
"description": "Kerberos library for Node.js", | ||
@@ -35,2 +35,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/node": "^20.14.9", | ||
"chai": "^4.4.1", | ||
@@ -50,4 +51,3 @@ "chai-string": "^1.5.0", | ||
"prettier": "^3.2.5", | ||
"request": "^2.88.2", | ||
"standard-version": "^9.5.0" | ||
"request": "^2.88.2" | ||
}, | ||
@@ -65,7 +65,5 @@ "overrides": { | ||
"precommit": "check-clang-format", | ||
"docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/kerberos.js > README.md", | ||
"test": "mocha test", | ||
"docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/kerberos.js > README.md", | ||
"rebuild": "prebuild --runtime napi --compile", | ||
"prebuild": "prebuild --runtime napi --strip --verbose --all", | ||
"release": "standard-version -i HISTORY.md" | ||
"prebuild": "prebuild --runtime napi --strip --verbose --all" | ||
}, | ||
@@ -72,0 +70,0 @@ "engines": { |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
138419
114697
1
2
1