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 2.0.0 to 2.0.1

3

dist/nuget-parser/cli/dotnet.js

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

.split(/[\r\n]+/)
// Projects that are referring to other local projects in their PackageReference item groups will also be restored
// in a chained operation. The project we're interested in will be shown last, thus we reverse it.
.reverse()
// TODO: For multiple target frameworks, replace `find` with a map or something of that kind to return more than the first.

@@ -81,0 +84,0 @@ // The first thing to get published ought to be the project's own .dll or .exe file, depending on the architecture.

2

package.json

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

},
"version": "2.0.0"
"version": "2.0.1"
}

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