gulp-html2pug
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
10206
21
- Removedpromise-toolbox@^0.20.0
- Removedmake-error@1.3.6(transitive)
- Removedpromise-toolbox@0.20.0(transitive)