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

simple-html-index

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-html-index - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

2

index.js

@@ -12,3 +12,3 @@ const fromString = require('from2-string')

'<!DOCTYPE html>',
'<html lang="' + (opt.lang || 'en') + '">',
'<html lang="' + (opt.lang || 'en') + '" dir="' + (opt.dir || 'ltr') + '">',
'<head>',

@@ -15,0 +15,0 @@ opt.title ? ('<title>' + opt.title + '</title>') : '',

{
"name": "simple-html-index",
"version": "1.4.0",
"version": "1.5.0",
"description": "a simple HTML index through stream",

@@ -5,0 +5,0 @@ "main": "index.js",

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