Socket
Socket
Sign inDemoInstall

grunt-connect-proxy3

Package Overview
Dependencies
104
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 4.0.0

12

CHANGELOG.md
# grunt-connect-proxy3 changelog
## [4.0.0](https://github.com/ext/grunt-connect-proxy/compare/v3.0.1...v4.0.0) (2021-06-06)
### ⚠ BREAKING CHANGES
- minimum required NodeJS version is 12
### Features
- minimum required NodeJS version is 12 ([2711d71](https://github.com/ext/grunt-connect-proxy/commit/2711d71aa7c6494a14971d56805d1947a2574b41))
### [3.0.1](https://github.com/ext/grunt-connect-proxy/compare/v3.0.0...v3.0.1) (2021-02-21)

@@ -9,4 +19,2 @@

# `grunt-connect-proxy3` changelog
## 3.0.0 (2020-04-11)

@@ -13,0 +21,0 @@

26

package.json
{
"name": "grunt-connect-proxy3",
"version": "3.0.1",
"version": "4.0.0",
"description": "Provides a http proxy as middleware for grunt connect.",

@@ -45,18 +45,18 @@ "keywords": [

"dependencies": {
"http-proxy": "1.18.1"
"http-proxy": "^1.18.0"
},
"devDependencies": {
"@html-validate/semantic-release-config": "^1.2.6",
"eslint": "7.20.0",
"eslint-config-prettier": "7.2.0",
"@html-validate/semantic-release-config": "1.2.13",
"eslint": "7.28.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-sidvind": "1.3.2",
"eslint-plugin-prettier": "3.3.1",
"grunt": "1.3.0",
"eslint-plugin-prettier": "3.4.0",
"grunt": "1.4.1",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-connect": "3.0.0",
"grunt-contrib-nodeunit": "2.1.0",
"husky": "5.1.0",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"semantic-release": "^17.3.9"
"grunt-contrib-nodeunit": "3.0.0",
"husky": "6.0.0",
"lint-staged": "11.0.0",
"prettier": "2.3.0",
"semantic-release": "17.4.3"
},

@@ -67,3 +67,3 @@ "peerDependencies": {

"engines": {
"node": ">=10"
"node": ">= 12"
},

@@ -70,0 +70,0 @@ "renovate": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc