Socket
Socket
Sign inDemoInstall

gulp-html2pug

Package Overview
Dependencies
47
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

2

lib/index.js

@@ -22,5 +22,5 @@ const through = require('through2');

const transform = options => nodeify((file, enc) => vinylToString(file, enc).then(html => html2pug(html, options)).then(convert(file.clone())));
const transform = options => nodeify((file, enc) => vinylToString(file, enc).then(html => html2pug(html, options)).then(convert(file)));
module.exports = (options = {}) => through.obj(transform(options));
//# sourceMappingURL=index.js.map
{
"name": "gulp-html2pug",
"version": "3.0.2",
"version": "3.0.3",
"description": "Gulp plugin to convert html files to pug",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc