Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

freedom-for-node

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

freedom-for-node - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "freedom-for-node",
"description": "Embracing a distributed web",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "http://freedomjs.org",

@@ -6,0 +6,0 @@ "bugs": {

@@ -93,3 +93,8 @@ /*globals require,fdom:true, console */

}
this.tlsconnect(this.connection, {}, function() {
this.tlsconnect({
socket: this.connection,
rejectUnauthorized: true,
requestCert: true,
isServer: false
}, function() {
if (!this.connection.authorized) {

@@ -96,0 +101,0 @@ this.connection.destroy();

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