Socket
Socket
Sign inDemoInstall

@snyk/code-client

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/code-client - npm Package Compare versions

Comparing version 4.18.2 to 4.18.3

4

dist/http.js

@@ -118,5 +118,3 @@ "use strict";

return {
'Session-Token': options.sessionToken,
// We need to be able to test code-client without deepcode locally
Authorization: `Bearer ${options.sessionToken}`,
Authorization: options.sessionToken,
source: options.source,

@@ -123,0 +121,0 @@ ...(options.requestId && { 'snyk-request-id': options.requestId }),

@@ -93,3 +93,3 @@ {

},
"version": "4.18.2"
"version": "4.18.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