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

get-pixels

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-pixels - npm Package Compare versions

Comparing version 3.1.1 to 3.2.0

2

node-pixels.js

@@ -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": [

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