Socket
Socket
Sign inDemoInstall

dotnet-deps-parser

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotnet-deps-parser - npm Package Compare versions

Comparing version 5.5.2 to 5.5.3

11

dist/index.js

@@ -83,7 +83,10 @@ "use strict";

}
// - .NET Core: netcoreappN.N, - EOL from Microsoft
if (targetFramework.startsWith('netcoreapp')) {
return false;
}
// What's left is:
// - .NET Core: netcoreappN.N,
// - .NET 5+ netN.N,
// - .NET Standard: netstandardN.N and
// - .NET Framework: netNNN, all of which we support except the latter.
// - .NET 5+ netN.N, (supported)
// - .NET Standard: netstandardN.N (supported) and
// - .NET Framework: netNNN (unsupported)
// So if there's a dot, we're good.

@@ -90,0 +93,0 @@ if (targetFramework.includes('.')) {

@@ -47,3 +47,3 @@ {

},
"version": "5.5.2"
"version": "5.5.3"
}

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