probe-image-size
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,8 @@ | ||
1.0.5 / 2015-12-15 | ||
------------------ | ||
- Increased http request timeout to 30 seconds. | ||
- Don't check SSL sertificates. | ||
1.0.4 / 2015-09-22 | ||
@@ -2,0 +9,0 @@ ------------------ |
@@ -6,3 +6,3 @@ | ||
var async = require('async'); | ||
var request = require('request').defaults({ timeout: 5000, maxRedirects: 2 }); | ||
var request = require('request').defaults({ timeout: 30000, maxRedirects: 2, rejectUnauthorized: false }); | ||
var once = require('./common').once; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "probe-image-size", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)", | ||
@@ -34,4 +34,5 @@ "keywords": [ | ||
"eslint-plugin-nodeca": "^1.0.3", | ||
"istanbul": "^0.4.1", | ||
"mocha": "^2.2.5" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16872
4