Socket
Socket
Sign inDemoInstall

@vxna/mini-html-webpack-template

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vxna/mini-html-webpack-template - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

6

index.js

@@ -15,7 +15,7 @@ const {

function template(ctx) {
let { css, js, lang, title, head = [], body = [], container, minify } = ctx
const { css, js, lang, title, head, body, container, minify } = ctx
const doc = html`
<!DOCTYPE html>
<html ${lang && `lang=${lang}`}>
<html${lang && `lang=${lang}`}>
<head>

@@ -67,3 +67,3 @@ <meta charset="UTF-8">

function generateRawTags(items = [] || '') {
function generateRawTags(items = []) {
if (typeof items === 'string' || items instanceof String) {

@@ -70,0 +70,0 @@ return items

{
"name": "@vxna/mini-html-webpack-template",
"version": "0.0.6",
"version": "0.0.7",
"description": "Minimum viable template for mini-html-webpack-plugin",

@@ -5,0 +5,0 @@ "author": "@vxna",

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