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

html2pug

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html2pug - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

CHANGELOG.md

@@ -7,2 +7,7 @@ # Changelog

## [2.0.1] - 2017-08-13
### Changed
- Remove unused async function
- Correct documenation on doctype
## [2.0.0] - 2017-08-12

@@ -9,0 +14,0 @@ ### Changed

2

package.json
{
"name": "html2pug",
"version": "2.0.0",
"version": "2.0.1",
"description": "Converts HTML to Pug",

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

@@ -22,3 +22,3 @@ # html2pug

```pug
!doctype html
doctype html
html(lang='en')

@@ -25,0 +25,0 @@ head

@@ -41,8 +41,4 @@ #!/usr/bin/env node

try {
const pug = await html2pug(stdin, { tabs, fragment })
console.log(pug)
} catch (e) {
throw e
}
const pug = html2pug(stdin, { tabs, fragment })
console.log(pug)
}

@@ -49,0 +45,0 @@

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