Socket
Socket
Sign inDemoInstall

gulp-html2pug

Package Overview
Dependencies
Maintainers
1
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 1.2.1 to 2.0.0

lib/index.js

52

package.json
{
"name": "gulp-html2pug",
"version": "1.2.1",
"version": "2.0.0",
"description": "Gulp plugin to convert html files to pug",
"main": "dist/index.js",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib -s",
"lint": "eslint 'src/*.js' 'test/*.js'",
"pretest": "npm run lint",
"pretest": "npm run build && npm run lint",
"test": "mocha",
"build": "babel src -d dist",
"cover": "nyc npm test",
"coveralls": "npm run cover && nyc report --reporter=text-lcov | coveralls",
"prepare": "npm run test && npm run build"
"prepare": "npm run test"
},
"files": [
"dist"
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/perrin4869/gulp-html2pug.git"
"url": "git+https://github.com/dotcore64/gulp-html2pug.git"
},

@@ -32,27 +32,33 @@ "keywords": [

"bugs": {
"url": "https://github.com/perrin4869/gulp-html2pug/issues"
"url": "https://github.com/dotcore64/gulp-html2pug/issues"
},
"homepage": "https://github.com/perrin4869/gulp-html2pug#readme",
"homepage": "https://github.com/dotcore64/gulp-html2pug#readme",
"dependencies": {
"html2pug": "^2.0.1",
"html2pug": "^4.0.0",
"plugin-error": "^1.0.1",
"through2": "^2.0.3",
"vinyl-contents-tostring": "1.0.0"
"standard-as-callback": "^2.0.1",
"through2": "^3.0.1",
"vinyl-contents-tostring": "^2.0.1"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"babel-plugin-istanbul": "^5.1.0",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/register": "^7.9.0",
"@istanbuljs/nyc-config-babel": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"coveralls": "^3.1.0",
"env-test": "^1.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"esm": "^3.2.25",
"event-stream": "^4.0.1",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"vinyl": "^2.2.0"
}
}

@@ -37,4 +37,4 @@ # gulp-html2pug

[build-badge]: https://img.shields.io/travis/perrin4869/gulp-html2pug/master.svg?style=flat-square
[build]: https://travis-ci.org/perrin4869/gulp-html2pug
[build-badge]: https://img.shields.io/travis/dotcore64/gulp-html2pug/master.svg?style=flat-square
[build]: https://travis-ci.org/dotcore64/gulp-html2pug

@@ -44,9 +44,9 @@ [npm-badge]: https://img.shields.io/npm/v/gulp-html2pug.svg?style=flat-square

[coveralls-badge]: https://img.shields.io/coveralls/perrin4869/gulp-html2pug/master.svg?style=flat-square
[coveralls]: https://coveralls.io/r/perrin4869/gulp-html2pug
[coveralls-badge]: https://img.shields.io/coveralls/dotcore64/gulp-html2pug/master.svg?style=flat-square
[coveralls]: https://coveralls.io/r/dotcore64/gulp-html2pug
[dependency-status-badge]: https://david-dm.org/perrin4869/gulp-html2pug.svg?style=flat-square
[dependency-status]: https://david-dm.org/perrin4869/gulp-html2pug
[dependency-status-badge]: https://david-dm.org/dotcore64/gulp-html2pug.svg?style=flat-square
[dependency-status]: https://david-dm.org/dotcore64/gulp-html2pug
[dev-dependency-status-badge]: https://david-dm.org/perrin4869/gulp-html2pug/dev-status.svg?style=flat-square
[dev-dependency-status]: https://david-dm.org/perrin4869/gulp-html2pug#info=devDependencies
[dev-dependency-status-badge]: https://david-dm.org/dotcore64/gulp-html2pug/dev-status.svg?style=flat-square
[dev-dependency-status]: https://david-dm.org/dotcore64/gulp-html2pug#info=devDependencies
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