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

@nx-dotnet/core

Package Overview
Dependencies
Maintainers
1
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-dotnet/core - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [1.0.1](https://github.com/nx-dotnet/nx-dotnet/compare/v1.0.0...v1.0.1) (2021-08-04)
### Bug Fixes
- **core:** dep-graph affected should work ([#76](https://github.com/nx-dotnet/nx-dotnet/issues/76)) ([2e56afc](https://github.com/nx-dotnet/nx-dotnet/commit/2e56afc9b46e11ad1fb1ef5ea7767e1923fac0a0))
# [1.0.0](https://github.com/nx-dotnet/nx-dotnet/compare/v0.15.0...v1.0.0) (2021-07-30)

@@ -2,0 +8,0 @@

6

package.json

@@ -8,4 +8,4 @@ {

"dependencies": {
"@nx-dotnet/dotnet": "1.0.0",
"@nx-dotnet/utils": "1.0.0",
"@nx-dotnet/dotnet": "1.0.1",
"@nx-dotnet/utils": "1.0.1",
"glob": "^7.1.6",

@@ -23,3 +23,3 @@ "rimraf": "^3.0.2",

"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [

@@ -26,0 +26,0 @@ "Nx",

@@ -23,3 +23,4 @@ "use strict";

function visitProject(builder, context, project, projectName) {
utils_1.getDependantProjectsForNxProject(projectName, context.workspace, ({ projectFile }, dependencyName) => {
const projectFile = utils_1.getProjectFileForNxProjectSync(project);
utils_1.getDependantProjectsForNxProject(projectName, context.workspace, (config, dependencyName) => {
builder.addExplicitDependency(projectName, projectFile, dependencyName);

@@ -26,0 +27,0 @@ });

Sorry, the diff of this file is not supported yet

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