Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-html2pug

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-html2pug - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

4

dist/index.js

@@ -0,1 +1,2 @@

import { callbackify } from 'util';
import through from 'through2';

@@ -5,3 +6,2 @@ import html2pug from 'html2pug';

import PluginError from 'plugin-error';
import { nodeify } from 'promise-toolbox';

@@ -17,3 +17,3 @@ const PLUGIN_NAME = 'gulp-html2pug';

const transform = options => nodeify((file, enc) => {
const transform = options => callbackify((file, enc) => {
var _options, _html2pug;

@@ -20,0 +20,0 @@

{
"name": "gulp-html2pug",
"version": "4.1.0",
"version": "4.1.1",
"description": "Gulp plugin to convert html files to pug",
"main": "dist/index.js",
"main": "dist/index.cjs",
"type": "module",

@@ -46,3 +46,2 @@ "engines": {

"plugin-error": "^1.0.1",
"promise-toolbox": "^0.20.0",
"through2": "^4.0.2",

@@ -57,2 +56,3 @@ "vinyl-contents-tostring": "^4.1.1"

"@rollup/plugin-babel": "^5.3.0",
"builtin-modules": "^3.2.0",
"c8": "^7.10.0",

@@ -68,2 +68,3 @@ "chai": "^4.3.4",

"mocha": "^9.1.3",
"p-event": "^5.0.1",
"rollup": "^2.59.0",

@@ -70,0 +71,0 @@ "sinon": "^12.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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