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

uploadcare

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uploadcare - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

5

lib/main.js

@@ -75,2 +75,3 @@ "use strict";

if(!options.data) { request_data = ''; }
var ssl = options.ssl !== false;

@@ -86,3 +87,3 @@ //Prepare headers

host: 'api.uploadcare.com',
port: (options.ssl ? 443 : 80),
port: (ssl ? 443 : 80),
path: path,

@@ -98,3 +99,3 @@ method: method,

var req = (options.ssl ? https.request(request_options) : http.request(request_options));
var req = (ssl ? https.request(request_options) : http.request(request_options));

@@ -101,0 +102,0 @@ req.on('response',function(res){

4

package.json
{
"name": "uploadcare",
"version": "0.4.5",
"version": "0.4.6",
"description": "Library for uploadcare.com.",

@@ -12,3 +12,3 @@ "keywords": [

"homepage": "https://github.com/rexmorgan/uploadcare-node",
"author": "Rex Morgan <rex.morgan@gmail.com> (http://rexflex.net)",
"author": "Rex Morgan <rex@rexflex.net> (http://rexflex.net)",
"contributors": [

@@ -15,0 +15,0 @@ "Olivier Leduc <olivier@leduc.cc> (http://pro.leduc.cc/)",

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