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

@podium/utils

Package Overview
Dependencies
Maintainers
6
Versions
103
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 4.4.40 to 4.4.41

7

CHANGELOG.md

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

## [4.4.41](https://github.com/podium-lib/utils/compare/v4.4.40...v4.4.41) (2023-10-19)
### Bug Fixes
* add missing functions to type definition ([b260c4f](https://github.com/podium-lib/utils/commit/b260c4f34ffb4b298e55144f7db2333ad2fe3bf5))
## [4.4.40](https://github.com/podium-lib/utils/compare/v4.4.39...v4.4.40) (2023-10-09)

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

4

index.d.ts

@@ -41,2 +41,4 @@ import { IncomingMessage, ServerResponse } from 'http';

toHTML(): string;
toJSON(): Record<string, any>;
toJsxAttributes(): Record<string, any>;
}

@@ -72,2 +74,4 @@

toHTML(): string;
toJSON(): Record<string, any>;
toJsxAttributes(): Record<string, any>;
}

@@ -74,0 +78,0 @@

2

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

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

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