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 Versions

1
20

4.4.4

Diff

Changelog

Source

4.4.4 (2020-10-06)

Bug Fixes

  • deps: update dependency @podium/schemas to v4.0.4 (#136) (9f71f0f), closes #142
  • deps: update dependency @podium/utils to v4.3.1 (f5483b6)
trygve-bot
published 5.0.0-next.6 •

Changelog

Source

5.0.0-next.6 (2020-10-06)

  • deps: update dependency @podium/utils to v4.4.24 (747e73a)
trygve-bot
published 4.4.3 •

Changelog

Source

4.4.3 (2020-10-06)

Bug Fixes

  • emit errors on stream when .resolve method rejects (#141) (9bc989b)

Changelog

Notable changes to this project will be documented in this file.

The latest version of this document is always available in [releases][releases-url].

[unreleased]

trygve-bot
published 5.0.0-next.5 •

Changelog

Source

5.0.0-next.5 (2020-07-28)

Features

  • Use ES private properties instead of Symbols and defineProperty for privacy (#131) (2787a6c)

BREAKING CHANGES

  • Due to dropping node 10.x support we use ES private properties instead of Symbols and .defineProperty().

We've been using Symbols and .defineProperty() to define private properties in classes up until now. This has the downside that they are not true private and in later versions of node.js one would see these Symbols when inspecting an object. What we want is proper private properties.

This PR does also add a pretty printer which outputs an object literal or the object so when debugging one can see the getters and setters of the object.

Example: printing a object with console.log() would previously print the following:

PodiumClientResponse {
  [Symbol(podium:client:response:redirect)]: '',
  [Symbol(podium:client:response:content)]: '',
  [Symbol(podium:client:response:headers)]: {},
  [Symbol(podium:client:response:css)]: [],
  [Symbol(podium:client:response:js)]: []
}

Now the following will be printed:

{
  redirect: '',
  content: '',
  headers: {},
  css: [],
  js: []
}

Co-authored-by: Trygve Lie trygve.lie@finn.no

trygve-bot
published 5.0.0-next.4 •

Changelog

Source

5.0.0-next.4 (2020-07-16)

Features

  • Remove deprecated 'change' and 'dispose' events (#129) (449fff1)

BREAKING CHANGES

  • This removes the deprecated change and dispose events.

Resolves: https://github.com/podium-lib/issues/issues/24

  • chore: lint love

Co-authored-by: Trygve Lie trygve.lie@finn.no

trygve-bot
published 5.0.0-next.3 •

Changelog

Source

5.0.0-next.3 (2020-07-16)

Features

BREAKING CHANGES

  • Remove .js() and .css() methods to retrieve fetched js and css for all podlets. Also removes the resolveJs and resolveCss arguments when registering a podlet.

Resolves: https://github.com/podium-lib/issues/issues/25

Co-authored-by: Trygve Lie trygve.lie@finn.no

trygve-bot
published 5.0.0-next.2 •

Changelog

Source

5.0.0-next.2 (2020-07-12)

Features

BREAKING CHANGES

  • Only support node 12 and 14.
trygve-bot
published 5.0.0-next.1 •

Changelog

Source

5.0.0-next.1 (2020-07-12)

Features

  • Make HttpIncoming required first argument to .fetch() and .stream() (9b80ee7)

BREAKING CHANGES

  • HttpIncoming must now be passed as the first argument to .fetch() and .stream()
  • deps: update dependency @podium/utils to v4.4.17 (a57669c)
trygve
published 4.4.2 •

Changelog

Source

4.4.30 (2021-07-04)

Bug Fixes

  • deps: update dependency @podium/utils to v4.4.23 (81200ea)
trygve
published 4.4.1 •

Changelog

Source

4.4.20 (2021-05-05)

Bug Fixes

  • deps: update dependency @podium/schemas to v4.1.17 (6d249ed)
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