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.11.0 to 2.12.0

7

dist/get-manifest.js

@@ -94,5 +94,8 @@ "use strict";

function getManifestByOsAndArch(platformManifest, os, architecture) {
return platformManifest.find(manifest => manifest.platform.os === os &&
manifest.platform.architecture === architecture);
return platformManifest.find(manifest => {
var _a, _b;
return ((_a = manifest.platform) === null || _a === void 0 ? void 0 : _a.os) === os &&
((_b = manifest.platform) === null || _b === void 0 ? void 0 : _b.architecture) === architecture;
});
}
//# sourceMappingURL=get-manifest.js.map

@@ -10,3 +10,3 @@ export interface LayerConfig {

digest: string;
platform: Platform;
platform?: Platform;
}

@@ -13,0 +13,0 @@ export interface Platform {

@@ -50,3 +50,3 @@ {

},
"version": "2.11.0"
"version": "2.12.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