Socket
Socket
Sign inDemoInstall

gulp-pug

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-pug - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

package.json
{
"name": "gulp-pug",
"version": "0.4.0",
"description": "Gulp plugin for PugJS",
"version": "0.4.1",
"description": "Gulp plugin for compiling Pug templates.",
"main": "out/index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -22,2 +22,13 @@ gulp-pug

### `pug(options)`
Compile Pug files to HTML files.
- `options` (`Object`): Any of [Pug's options](https://github.com/pugjs/pug#options) you want to use.
Example:
```javascript
// ...
.pipe(pug({ pretty: true }))
.pipe(gulp.dest(out));
```
## Credits

@@ -24,0 +35,0 @@ |![Jamen Marz][jamen-image]|

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