New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

openvpn-bin

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openvpn-bin - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

7

lib/openvpn-bin.js

@@ -63,3 +63,8 @@ var Promise = require('bluebird');

})
.then(resolve).catch(reject);
.then(function() {
resolve({
port: args.port,
host: args.host
});
}).catch(reject);
});

@@ -66,0 +71,0 @@ }

2

package.json
{
"name": "openvpn-bin",
"version": "0.0.4",
"version": "0.0.5",
"description": "Initialize a openvpn instance for mac, windows & linux",

@@ -5,0 +5,0 @@ "author": {

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