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

node-sass

Package Overview
Dependencies
Maintainers
7
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sass - npm Package Compare versions

Comparing version 3.11.1 to 3.11.2

scripts/util/downloadoptions.js

2

package.json
{
"name": "node-sass",
"version": "3.11.1",
"version": "3.11.2",
"libsass": "3.3.6",

@@ -5,0 +5,0 @@ "description": "Wrapper around libsass",

# node-sass
#### Supported Node.js versions 0.10, 0.12, 1, 2, 3, 4, 5, and 6.
#### Supported Node.js versions 0.10, 0.12, 1, 2, 3, 4, 5, 6 and 7.

@@ -5,0 +5,0 @@ <table>

@@ -12,5 +12,3 @@ /*!

log = require('npmlog'),
pkg = require('../package.json'),
proxy = require('./util/proxy'),
userAgent = require('./util/useragent');
downloadOptions = require('./util/downloadoptions');

@@ -54,15 +52,6 @@ /**

var options = {
rejectUnauthorized: false,
proxy: proxy(),
timeout: 60000,
headers: {
'User-Agent': userAgent(),
}
};
console.log('Start downloading binary at', url);
try {
request(url, options, function(err, response) {
request(url, downloadOptions(), function(err, response) {
if (err) {

@@ -69,0 +58,0 @@ reportError(err);

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