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.2 to 5.0.3

7

CHANGELOG.md

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

## [5.0.3](https://github.com/podium-lib/client/compare/v5.0.2...v5.0.3) (2023-12-06)
### Bug Fixes
* export default now that package is esm ([a1739e8](https://github.com/podium-lib/client/commit/a1739e8bcdde25e3cbb396534705e02411beb7cf))
## [5.0.2](https://github.com/podium-lib/client/compare/v5.0.1...v5.0.2) (2023-12-01)

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

2

client.d.ts

@@ -140,2 +140,2 @@ import MetricsClient from '@metrics/client';

export = PodiumClient;
export default PodiumClient;
{
"name": "@podium/client",
"version": "5.0.2",
"version": "5.0.3",
"type": "module",

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

@@ -24,4 +24,4 @@ # @podium/client v5

```js
const { HttpIncoming } = require('@podium/utils');
const Client = require('@podium/client');
import { HttpIncoming } from '@podium/utils';
import Client from '@podium/client';
const client = new Client();

@@ -51,4 +51,4 @@

```js
const { HttpIncoming } = require('@podium/utils');
const Client = require('@podium/client');
import { HttpIncoming } from '@podium/utils';
import Client from '@podium/client';
const client = new Client();

@@ -79,3 +79,3 @@

```js
const Client = require('@podium/client');
import Client from '@podium/client';
const client = new Client(options);

@@ -88,3 +88,3 @@ ```

```js
const Client = require('@podium/client');
import Client from '@podium/client';
const client = new Client();

@@ -124,3 +124,3 @@

```js
const Client = require('@podium/client');
import Client from '@podium/client';
const client = new Client();

@@ -142,3 +142,3 @@

```js
const Client = require('@podium/client');
import Client from '@podium/client';
const client = new Client();

@@ -168,3 +168,3 @@

```js
const Client = require('@podium/client');
import Client from '@podium/client';
const client = new Client();

@@ -192,3 +192,3 @@

```js
const Client = require('@podium/client');
import Client from '@podium/client';
const client = new Client();

@@ -225,3 +225,3 @@

```js
const Client = require('@podium/client');
import Client from '@podium/client';
const client = new Client();

@@ -245,3 +245,3 @@

```js
const Client = require('@podium/client');
import Client from '@podium/client';
const client = new Client();

@@ -512,3 +512,3 @@

```js
const Client = require('@podium/client');
import Client from '@podium/client';
const client = new Client();

@@ -515,0 +515,0 @@

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