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

@podium/utils

Package Overview
Dependencies
Maintainers
0
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/utils - npm Package Compare versions

Comparing version 5.3.1 to 5.3.2

7

CHANGELOG.md

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

## [5.3.2](https://github.com/podium-lib/utils/compare/v5.3.1...v5.3.2) (2024-11-04)
### Bug Fixes
* update @podium/schemas to 5.1.0 ([67d630b](https://github.com/podium-lib/utils/commit/67d630bf2be5ca94ccd37417cc59e39339b8ab6a))
## [5.3.1](https://github.com/podium-lib/utils/compare/v5.3.0...v5.3.1) (2024-09-22)

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

32

package.json
{
"name": "@podium/utils",
"version": "5.3.1",
"version": "5.3.2",
"description": "Common generic utility methods shared by @podium modules.",

@@ -36,27 +36,21 @@ "type": "module",

"lint:fix": "eslint --fix .",
"test": "run-s test:unit test:types",
"test:unit": "tap --no-check-coverage",
"test:types": "tsc --project tsconfig.test.json",
"test": "tap --no-check-coverage",
"test:snapshots:update": "tap --snapshot",
"types": "tsc --declaration --emitDeclarationOnly"
"types": "run-s types:tsc types:test",
"types:tsc": "tsc --declaration --emitDeclarationOnly",
"types:test": "tsc --project tsconfig.test.json"
},
"devDependencies": {
"@babel/eslint-parser": "7.25.1",
"@podium/schemas": "5.0.6",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.3.4",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@types/node": "22.5.5",
"@podium/eslint-config": "1.0.2",
"@podium/schemas": "5.1.0",
"@podium/semantic-release-config": "2.0.0",
"@podium/typescript-config": "1.0.0",
"@types/node": "22.8.6",
"benchmark": "2.1.4",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.9.0",
"eslint": "9.13.0",
"npm-run-all2": "5.0.2",
"prettier": "3.3.3",
"semantic-release": "24.2.0",
"tap": "16.3.10",
"typescript": "5.6.2"
"typescript": "5.6.3"
},

@@ -63,0 +57,0 @@ "dependencies": {

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