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

grunt-processhtml

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-processhtml - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

24

package.json
{
"name": "grunt-processhtml",
"description": "Process html files at build time to modify them depending on the release environment",
"version": "0.4.2",
"version": "0.4.3",
"homepage": "https://github.com/dciccale/grunt-processhtml",

@@ -26,3 +26,3 @@ "author": {

"engines": {
"node": ">= 0.8.0"
"node": ">= 8.17.0"
},

@@ -33,12 +33,6 @@ "scripts": {

"dependencies": {
"async": "^1.5.2",
"htmlprocessor": "^0.2.4",
"lodash": "^4.17.5"
"async": "^3.2.3",
"htmlprocessor": "0.3.2",
"lodash": "4.17.21"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-release": "^0.13.0"
},
"keywords": [

@@ -54,3 +48,9 @@ "process",

"gruntplugin"
]
],
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-nodeunit": "^4.0.0",
"grunt-release": "^0.14.0"
}
}
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