Socket
Socket
Sign inDemoInstall

@podium/utils

Package Overview
Dependencies
Maintainers
5
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 4.0.1 to 4.1.0-next

lib/asset-css.js

2

lib/html-document.js

@@ -10,3 +10,3 @@ 'use strict';

const buildCSSLinkTag = ({ value = '', type = 'default' }) => {
const buildCSSLinkTag = ({ value = '' }) => {
return `<link rel="stylesheet" type="text/css" href="${value}">`;

@@ -13,0 +13,0 @@ };

@@ -7,2 +7,4 @@ 'use strict';

const document = require('./html-document');
const AssetCss = require('./asset-css');
const AssetJs = require('./asset-js');

@@ -255,1 +257,3 @@ /**

module.exports.template = document;
module.exports.AssetCss = AssetCss;
module.exports.AssetJs = AssetJs;
{
"name": "@podium/utils",
"version": "4.0.1",
"version": "4.1.0-next",
"description": "Common generic utility methods shared by @podium modules.",

@@ -57,2 +57,3 @@ "license": "MIT",

"dependencies": {
"@podium/schemas": "4.0.0",
"camelcase": "^5.3.0",

@@ -59,0 +60,0 @@ "original-url": "^1.2.1"

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