🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

vue-cli-plugin-docker-nginx-diff-proxy

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-cli-plugin-docker-nginx-diff-proxy - npm Package Compare versions

Comparing version
1.1.5
to
1.1.6
+1
-1
package.json

@@ -28,3 +28,3 @@ {

},
"version": "1.1.5"
"version": "1.1.6"
}

@@ -75,3 +75,3 @@ const FS = require('fs');

const text = `location ${this.proxy_prefix}`
const insertText = `${text} { proxy_pass ${this.env_prefix[prefix_key]} }`;
const insertText = `${text} { proxy_pass ${this.env_prefix[prefix_key]}; }`;
taskConfFile(path, insertText, text);

@@ -78,0 +78,0 @@ }