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

cuddle

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cuddle - npm Package Compare versions

Comparing version 0.0.54 to 0.0.55

8

index.js

@@ -38,3 +38,2 @@ 'use strict';

this.follow = false;
this.reject_unauthorized = true;
this.request_opts = {};

@@ -92,4 +91,3 @@ this.headers = {};

host: this.host,
port: this.port,
rejectUnauthorized: this.reject_unauthorized
port: this.port
};

@@ -219,5 +217,5 @@

};
this.allow_unauthorized = function () {
this.reject_unauthorized = false;
this.request_opts.reject_unauthorized = false;
return this;

@@ -224,0 +222,0 @@ };

{
"name": "cuddle",
"version": "0.0.54",
"version": "0.0.55",
"description": "",

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

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