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

@podium/client

Package Overview
Dependencies
Maintainers
6
Versions
200
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.0.22 to 5.0.23

7

CHANGELOG.md

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

## [5.0.23](https://github.com/podium-lib/client/compare/v5.0.22...v5.0.23) (2024-05-15)
### Bug Fixes
* make response toJSON return type serializable ([026a723](https://github.com/podium-lib/client/commit/026a723b545c6b3b0c622851b7d164be2674e8a2))
## [5.0.22](https://github.com/podium-lib/client/compare/v5.0.21...v5.0.22) (2024-05-15)

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

4

lib/response.js

@@ -62,4 +62,4 @@ const inspect = Symbol.for('nodejs.util.inspect.custom');

headers: this.headers,
css: this.css,
js: this.js,
css: this.css.map((a) => a.toJSON()),
js: this.js.map((a) => a.toJSON()),
};

@@ -66,0 +66,0 @@ }

{
"name": "@podium/client",
"version": "5.0.22",
"version": "5.0.23",
"type": "module",

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

@@ -24,4 +24,4 @@ /**

headers: any;
css: import("@podium/utils").AssetCss[];
js: import("@podium/utils").AssetJs[];
css: import("@podium/utils/types/asset-css.js").CssAsset[];
js: import("@podium/utils/types/asset-js.js").JavaScriptAsset[];
};

@@ -28,0 +28,0 @@ toString(): string;

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