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.12.0 to 1.12.1

9

dist/nuget-parser/framework.js

@@ -10,2 +10,11 @@ "use strict";

};
// HACK: this is an edge case and it's supported by NuGet design
// https://github.com/NuGet/Home/issues/1371
if (targetFramework === 'net4') {
return {
framework: typeMapping.net,
original: targetFramework,
version: '4',
};
}
for (const type in typeMapping) {

@@ -12,0 +21,0 @@ if (new RegExp(type + /\d.?\d(.?\d)?$/.source).test(targetFramework)) {

2

package.json

@@ -54,3 +54,3 @@ {

},
"version": "1.12.0"
"version": "1.12.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