Socket
Socket
Sign inDemoInstall

@snyk/docker-registry-v2-client

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

@snyk/docker-registry-v2-client - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

5

dist/get-layer.js

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

const layerResponse = await registry_call_1.registryV2Call(registryBase, endpoint, contentTypes.LAYER, username, password, options);
// When the content type is wrongly set to text instead of binary, response body is returned as string instead of a buffer
// This forces a buffer response.
if (!(layerResponse.body instanceof Buffer)) {
return Buffer.from(layerResponse.raw);
}
return layerResponse.body;

@@ -12,0 +17,0 @@ }

2

package.json

@@ -45,3 +45,3 @@ {

},
"version": "2.2.3"
"version": "2.2.4"
}

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