get-pixels
Advanced tools
Comparing version 3.1.1 to 3.2.0
@@ -151,3 +151,3 @@ 'use strict' | ||
} | ||
} else if(url.indexOf('http://') === 0) { | ||
} else if(url.indexOf('http://') === 0 || url.indexOf('https://') === 0) { | ||
request(url, function(err, response, body) { | ||
@@ -154,0 +154,0 @@ if(err) { |
{ | ||
"name": "get-pixels", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"description": "Reads the pixels of an image as an ndarray", | ||
@@ -34,3 +34,3 @@ "main": "node-pixels.js", | ||
"type": "git", | ||
"url": "git://github.com/mikolalysenko/get-pixels.git" | ||
"url": "git://github.com/scijs/get-pixels.git" | ||
}, | ||
@@ -37,0 +37,0 @@ "keywords": [ |
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
11050