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
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.4 to 0.1.2-dev.5

6

package.json

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

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

@@ -19,2 +19,5 @@ "use strict";

.watch(nxProjectConfiguration.root);
utils_1.getDependantProjectsForNxProject(context.projectName, context.workspace, (project) => {
watcher.add(project.root);
});
watcher

@@ -21,0 +24,0 @@ .on('all', (event, path) => {

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

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

@@ -10,0 +9,0 @@ Object.entries(context.workspace.projects).forEach(([name, project]) => {

Sorry, the diff of this file is not supported yet

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