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 3.0.2 to 3.0.3

4

index.js
'use strict';
var extend = require('util')._extend;
var objectAssign = require('object-assign');
var through = require('through2');

@@ -10,3 +10,3 @@ var defaultPug = require('pug');

module.exports = function gulpPug(options) {
var opts = extend({}, options);
var opts = objectAssign({}, options);
var pug = opts.pug || opts.jade || defaultPug;

@@ -13,0 +13,0 @@

{
"name": "gulp-pug",
"version": "3.0.2",
"version": "3.0.3",
"description": "Gulp plugin for compiling Pug templates",

@@ -15,2 +15,3 @@ "keywords": [

"gulp-util": "^3.0.2",
"object-assign": "^4.1.0",
"pug": "^2.0.0-alpha6",

@@ -17,0 +18,0 @@ "through2": "^2.0.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