Socket
Socket
Sign inDemoInstall

gulp-pug-3

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-pug-3 - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

3

main.js

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

const locals = opts.locals || {};
const fileLocals = (file.data == null || typeof file.data !== 'object') ? {} : file.data;
const locals = Object.assign({}, (opts.locals || {}), fileLocals);
const contents = file.contents.toString();

@@ -52,0 +53,0 @@ const compiled = opts.client

{
"name": "gulp-pug-3",
"version": "1.1.6",
"version": "1.1.7",
"description": "Gulp plugin for compiling Pug templates using the latest stable version of Pug Template Engine.",

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

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