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.19.3 to 1.19.4

5

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

@@ -150,3 +150,6 @@ "use strict";

// If a targetFramework was not found in the proj file, we will extract it from the lock file
if (!tree.meta.targetFramework) {
// OR
// If the targetFramework is undefined, extract it from the lock file
// Fix for https://github.com/snyk/snyk-nuget-plugin/issues/75
if (!tree.meta.targetFramework || manifest.project.frameworks[tree.meta.targetFramework] === undefined) {
tree.meta.targetFramework = getFrameworkToRun(manifest);

@@ -153,0 +156,0 @@ }

2

package.json

@@ -52,3 +52,3 @@ {

},
"version": "1.19.3"
"version": "1.19.4"
}

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