Socket
Socket
Sign inDemoInstall

@podium/utils

Package Overview
Dependencies
Maintainers
0
Versions
102
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.2.0 to 5.2.1

7

CHANGELOG.md

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

## [5.2.1](https://github.com/podium-lib/utils/compare/v5.2.0...v5.2.1) (2024-09-20)
### Bug Fixes
* remove asset type header tagging ([ff16547](https://github.com/podium-lib/utils/commit/ff16547877ee5722445a1ab9e52ebd74b5a7ffe8))
# [5.2.0](https://github.com/podium-lib/utils/compare/v5.1.0...v5.2.0) (2024-09-05)

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

2

lib/asset-css.js

@@ -231,3 +231,3 @@ import { uriIsRelative, pathnameBuilder } from './utils.js';

.map(([key, value]) => `${key}=${value}`);
return `<${this.#value}>; ${attrs.join('; ')}; asset-type=style`;
return `<${this.#value}>; ${attrs.join('; ')}`;
}

@@ -234,0 +234,0 @@

@@ -249,3 +249,3 @@ import { uriIsRelative, pathnameBuilder } from './utils.js';

});
return `<${this.#value}>; ${attrs.join('; ')}; asset-type=script`;
return `<${this.#value}>; ${attrs.join('; ')}`;
}

@@ -252,0 +252,0 @@

{
"name": "@podium/utils",
"version": "5.2.0",
"version": "5.2.1",
"description": "Common generic utility methods shared by @podium modules.",

@@ -5,0 +5,0 @@ "type": "module",

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