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.13 to 5.1.14

7

CHANGELOG.md

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

## [5.1.14](https://github.com/podium-lib/client/compare/v5.1.13...v5.1.14) (2024-10-09)
### Bug Fixes
* **deps:** update dependency undici to v6.20.0 ([cbbfcf4](https://github.com/podium-lib/client/commit/cbbfcf44e9143c72b54d85148106a7f61445419e))
## [5.1.13](https://github.com/podium-lib/client/compare/v5.1.12...v5.1.13) (2024-09-22)

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

29

package.json
{
"name": "@podium/client",
"version": "5.1.13",
"version": "5.1.14",
"type": "module",

@@ -34,6 +34,6 @@ "license": "MIT",

"lint:fix": "eslint --fix .",
"test": "run-s test:unit test:types",
"test:unit": "tap --disable-coverage --allow-empty-coverage",
"test:types": "tsc --project tsconfig.test.json",
"types": "tsc --declaration --emitDeclarationOnly"
"test": "tap --disable-coverage --allow-empty-coverage",
"types": "run-s types:tsc types:test",
"types:tsc": "tsc",
"types:test": "tsc --project tsconfig.test.json"
},

@@ -49,11 +49,9 @@ "dependencies": {

"ttl-mem-cache": "4.1.0",
"undici": "6.19.8"
"undici": "6.20.0"
},
"devDependencies": {
"@podium/eslint-config": "1.0.0",
"@podium/semantic-release-config": "2.0.0",
"@podium/test-utils": "2.5.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.1.7",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "13.0.0",
"@podium/typescript-config": "1.0.0",
"@sinonjs/fake-timers": "11.3.1",

@@ -63,12 +61,9 @@ "@types/readable-stream": "4.0.15",

"eslint": "9.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"express": "4.20.0",
"express": "4.21.0",
"get-stream": "9.0.1",
"globals": "15.9.0",
"http-proxy": "1.18.1",
"is-stream": "4.0.1",
"npm-run-all2": "5.0.2",
"npm-run-all2": "6.2.3",
"prettier": "3.3.2",
"semantic-release": "23.1.1",
"semantic-release": "24.1.2",
"tap": "18.7.2",

@@ -75,0 +70,0 @@ "typescript": "5.4.5"

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