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

@nx-dotnet/utils

Package Overview
Dependencies
Maintainers
1
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-dotnet/utils - npm Package Compare versions

Comparing version 0.1.2-dev.4 to 0.1.2-dev.5

2

package.json

@@ -10,3 +10,3 @@ {

},
"version": "0.1.2-dev.4"
"version": "0.1.2-dev.5"
}

@@ -40,4 +40,7 @@ "use strict";

if (absoluteFilePath.startsWith(path)) {
forEachCallback(workspaceConfiguration.projects[dependency], dependency);
dependantProjects[dependency] = workspaceConfiguration.projects[dependency];
if (forEachCallback) {
forEachCallback(workspaceConfiguration.projects[dependency], dependency);
}
dependantProjects[dependency] =
workspaceConfiguration.projects[dependency];
}

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