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.9.0 to 1.9.1

4

lib/nuget-parser/packages-config-parser.js

@@ -13,3 +13,5 @@ 'use strict';

} else {
result.packages.package.forEach(
const packages = result.packages.package || [];
packages.forEach(
function scanPackagesConfigNode(node) {

@@ -16,0 +18,0 @@ const installedDependency =

@@ -37,3 +37,3 @@ {

},
"version": "1.9.0"
"version": "1.9.1"
}
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