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 0.1.2-dev.2 to 0.1.2-dev.3

6

package.json

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

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

@@ -20,4 +20,4 @@ "use strict";

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

@@ -24,0 +24,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