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.6.1 to 2.7.0

3

dist/nuget-parser/cli/dotnet.js

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

}
// See https://devblogs.microsoft.com/nuget/enable-repeatable-package-restores-using-a-lock-file/
// Forces the usage of the lockfile for PackageReference packages to ensure that the locked versions are published
args.push('-p:RestoreLockedMode=true');
// Define a temporary output dir to use for detecting .dlls to use for runtime version assembly detection.

@@ -90,0 +93,0 @@ const tempDir = fs.mkdtempSync(path.join(os.tmpdir(), `snyk-nuget-plugin-publish-csharp-`));

2

package.json

@@ -62,3 +62,3 @@ {

},
"version": "2.6.1"
"version": "2.7.0"
}

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