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 3.2.0 to 3.2.1

3

dist/index.js

@@ -18,3 +18,4 @@ "use strict";

try {
var manifestFile = JSON.parse(manifestFileContents);
// trimming required to address files with UTF-8 with BOM encoding
var manifestFile = JSON.parse(manifestFileContents.trim());
return parsers_1.getDependencyTreeFromProjectJson(manifestFile, includeDev);

@@ -21,0 +22,0 @@ }

@@ -43,3 +43,3 @@ {

},
"version": "3.2.0"
"version": "3.2.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