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.3 to 1.1.4

.eslintrc.js

18

package.json
{
"name": "gulp-pug-3",
"version": "1.1.3",
"version": "1.1.4",
"description": "Gulp plugin for compiling Pug templates using the latest stable version of Pug Template Engine.",
"main": "main.js",
"scripts": {
"lint": "eslint main.js",
"lint": "eslint -c .eslintrc.js main.js --fix -o test/eslint.log -f unix",
"test": "npm run lint"

@@ -41,14 +41,8 @@ },

"devDependencies": {
"eslint": "^7.10.0"
"eslint": "^7.10.0",
"eslint-plugin-node": "^11.1.0"
},
"eslintConfig": {
"env": {
"browser": "false",
"node": "true",
"es6": "true"
},
"parserOptions": {
"ecmaVersion": "2018"
}
"engines": {
"node": ">= 10.22.1"
}
}
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