🎩 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.3
to
1.1.4
+1
-1
package.json

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

},
"version": "1.1.3"
"version": "1.1.4"
}

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

} else {
resertFile(filePath, targetStr);
resertFile(filePath, targetStr + '\n');
}

@@ -76,3 +76,3 @@ });

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

@@ -79,0 +79,0 @@ }