Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@podium/client

Package Overview
Dependencies
Maintainers
0
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/client - npm Package Compare versions

Comparing version 5.1.17 to 5.1.18

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [5.1.18](https://github.com/podium-lib/client/compare/v5.1.17...v5.1.18) (2024-11-05)
### Bug Fixes
* throw boom compatible error on badGateway for throwable podlet fetch ([#437](https://github.com/podium-lib/client/issues/437)) ([67c5268](https://github.com/podium-lib/client/commit/67c526838210e48f93fc471fe5161f16fcc5edcc))
## [5.1.17](https://github.com/podium-lib/client/compare/v5.1.16...v5.1.17) (2024-11-05)

@@ -2,0 +9,0 @@

2

lib/resolver.content.js

@@ -290,3 +290,3 @@ import { pipeline } from 'stream';

);
throw badGateway(`Error reading content at ${uri}`, error);
throw badGateway(`Error reading content at ${uri}`);
}

@@ -293,0 +293,0 @@

{
"name": "@podium/client",
"version": "5.1.17",
"version": "5.1.18",
"type": "module",

@@ -5,0 +5,0 @@ "license": "MIT",

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