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 1.13.7 to 1.13.8

9

dist/needle.js

@@ -34,3 +34,10 @@ "use strict";

}
throw new NeedleWrapperException(JSON.stringify(message), response.statusCode, response.headers);
if (typeof response.body !== "string") {
try {
message = JSON.stringify(message);
// eslint-disable-next-line no-empty
}
catch (_) { }
}
throw new NeedleWrapperException(message, response.statusCode, response.headers);
}

@@ -37,0 +44,0 @@ return response;

2

package.json

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

},
"version": "1.13.7"
"version": "1.13.8"
}

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