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.4.0 to 2.4.1

3

dist/get-image-size.js

@@ -7,5 +7,6 @@ "use strict";

const manifest = await get_manifest_1.getManifest(registryBase, repo, tag, username, password, options);
return manifest.layers.reduce((size, layerConfig) => size + layerConfig.size, 0);
const layers = manifest.layers || [];
return layers.reduce((size, layerConfig) => size + layerConfig.size, 0);
}
exports.getImageSize = getImageSize;
//# sourceMappingURL=get-image-size.js.map

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

},
"version": "2.4.0"
"version": "2.4.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