Socket
Socket
Sign inDemoInstall

vpn.email.server.gfw

Package Overview
Dependencies
2
Maintainers
1
Versions
181
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.184 to 0.1.185

2

package.json
{
"name": "vpn.email.server.gfw",
"version": "0.1.184",
"version": "0.1.185",
"description": "Vpn.Email over firewall mode",

@@ -5,0 +5,0 @@ "main": "server.js",

@@ -77,3 +77,3 @@ /*!

get isPost() {
return /^port/i.test(this.commandWithLine[0]);
return /^post /i.test(this.commandWithLine[0]);
}

@@ -80,0 +80,0 @@ get cachePath() {

@@ -100,3 +100,3 @@ /*!

get isPost () {
return /^port/i.test ( this.commandWithLine[0] )
return /^post /i.test ( this.commandWithLine[0] )
}

@@ -103,0 +103,0 @@

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