Socket
Socket
Sign inDemoInstall

snyk-nuget-plugin

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-nuget-plugin - npm Package Compare versions

Comparing version 1.39.1 to 1.40.0

4

dist/nuget-parser/parsers/dotnet-core-v2-parser.js

@@ -80,2 +80,6 @@ "use strict";

const directDepsMoniker = findTargetFrameworkMonikerInManifest(targetFrameworkInfo, projectAssets.project.frameworks);
// Potentially we're scanning a project that really has no dependencies
if (!projectAssets.project.frameworks[directDepsMoniker].dependencies) {
return depGraphBuilder.build();
}
// Those dependencies are referenced in the 'targets' member in the same assets file.

@@ -82,0 +86,0 @@ const topLevelDeps = Object.keys(projectAssets.project.frameworks[directDepsMoniker].dependencies);

2

package.json

@@ -61,3 +61,3 @@ {

},
"version": "1.39.1"
"version": "1.40.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