Socket
Socket
Sign inDemoInstall

gulp-pug-3

Package Overview
Dependencies
61
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

main.js

@@ -44,3 +44,3 @@ const pug = require('pug');

const ext = opts.extension || opts.client ? '.js' : '.html';
const ext = opts.extension || (opts.client ? '.js' : '.html');
const path = file.path;

@@ -47,0 +47,0 @@

{
"name": "gulp-pug-3",
"version": "1.0.4",
"version": "1.0.5",
"description": " A Gulp plugin for Pug templates using the latest stable version.",

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

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