New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nx-dotnet/core

Package Overview
Dependencies
Maintainers
1
Versions
231
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 0.1.2-dev.3 to 0.1.2-dev.4

6

package.json

@@ -9,6 +9,6 @@ {

"chokidar": "^3.5.1",
"@nx-dotnet/dotnet": "0.1.2-dev.3",
"@nx-dotnet/utils": "0.1.2-dev.3"
"@nx-dotnet/dotnet": "0.1.2-dev.4",
"@nx-dotnet/utils": "0.1.2-dev.4"
},
"version": "0.1.2-dev.3"
"version": "0.1.2-dev.4"
}

@@ -7,2 +7,3 @@ "use strict";

function processProjectGraph(graph, context) {
console.log('.NET Process Project Graph Started');
const builder = new devkit_1.ProjectGraphBuilder(graph);

@@ -21,3 +22,3 @@ Object.entries(context.workspace.projects).forEach(([name, project]) => {

function visitProject(builder, context, project, projectName) {
console.log('Looking for dependancies for ', projectName);
console.log('Looking for dependencies for ', projectName);
utils_1.getDependantProjectsForNxProject(projectName, context.workspace, (projectConfig, dependencyName) => {

@@ -24,0 +25,0 @@ builder.addDependency(devkit_1.DependencyType.static, projectName, dependencyName);

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