You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@nx-dotnet/nxdoc

Package Overview
Dependencies
Maintainers
0
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-dotnet/nxdoc - npm Package Compare versions

Comparing version
2.3.0
to
2.3.1
+17
-1
CHANGELOG.md

@@ -0,1 +1,17 @@

# [2.3.0](https://github.com/nx-dotnet/nx-dotnet/compare/v2.2.0...v2.3.0) (2024-07-27)
### Bug Fixes
* **core:** remove warning "Project 'xxx' contains extension with invalid name (type)." ([#831](https://github.com/nx-dotnet/nx-dotnet/issues/831)) ([4c19278](https://github.com/nx-dotnet/nx-dotnet/commit/4c19278ce430cfc6409fb736ab50ccd41de31bfa))
* **nx-ghpages:** syncWithBaseBranch should be a boolean option ([1306ceb](https://github.com/nx-dotnet/nx-dotnet/commit/1306ceb47ee3811c32f905a9a4864ea7fb2212c4))
### Features
* **core:** update to nx 19 ([#857](https://github.com/nx-dotnet/nx-dotnet/issues/857)) ([d349830](https://github.com/nx-dotnet/nx-dotnet/commit/d349830c274243ebd703807e1e0c4abdc4c3e590))
* **nx-ghpages:** add support for passing GH_TOKEN or GITHUB_TOKEN via env to auth with remote ([0fe2d02](https://github.com/nx-dotnet/nx-dotnet/commit/0fe2d02acf043f70d369a7d230a29e7b8154aa85))
* **nx-ghpages:** add support for writing CNAME file ([3a098f0](https://github.com/nx-dotnet/nx-dotnet/commit/3a098f08dc0987d0ccbc637fd385ed3dad499f10))
* **nx-ghpages:** add syncGitOptions to provide extra flags to the command when syncing changes ([e015a98](https://github.com/nx-dotnet/nx-dotnet/commit/e015a985724bcf7c0fcfe1c37868b4098883f189))
# [2.2.0](https://github.com/nx-dotnet/nx-dotnet/compare/v2.1.2...v2.2.0) (2024-01-31)

@@ -642,3 +658,3 @@

- **utils:** getDependantProjectsForNxProject should work on Unix ([96cbc33](https://github.com/nx-dotnet/nx-dotnet/commit/96cbc33ec6b5e9d0492fba4902ee76938230b146)), closes [#43](https://github.com/nx-dotnet/nx-dotnet/issues/43)
- **utils:** forEachDependantProject should work on Unix ([96cbc33](https://github.com/nx-dotnet/nx-dotnet/commit/96cbc33ec6b5e9d0492fba4902ee76938230b146)), closes [#43](https://github.com/nx-dotnet/nx-dotnet/issues/43)

@@ -645,0 +661,0 @@ ## [0.6.1](https://github.com/nx-dotnet/nx-dotnet/compare/v0.6.0...v0.6.1) (2021-05-19)

+1
-1

@@ -26,4 +26,4 @@ {

"peerDependencies": {},
"version": "2.3.0",
"version": "2.3.1",
"type": "commonjs"
}