+1
-1
@@ -14,3 +14,3 @@ var spawn = require('child_process').spawn; | ||
| convert.stdout.on('data',function(data){ | ||
| convert.stderr.on('data',function(data){ | ||
| err += data.toString(); | ||
@@ -17,0 +17,0 @@ }); |
+26
-17
@@ -1,18 +0,27 @@ | ||
| { | ||
| "name": "colormatch" | ||
| , "description": "A module for extracting colors from images and for generating lookup ranges that accept rgb and outputs ranges of rgb values for db lookups. Right now it uses ImageMagik in a child process to reduce the colorspace and return the top colors of an image. Alterntives with node-canvas or an all js jpeg decoder could be used. The latterwith the same js color quantization algorthims that would be needed to reduce the colorspace of the former." | ||
| , "version": "0.0.4" | ||
| , "author": "Ryan Day <soldair@gmail.com>" | ||
| , "contributors":["whyohwhyamihere"] | ||
| , "keywords": ["image", "indexing", "color", "search"] | ||
| , "main": "./main.js" | ||
| , "homepage":"http://github.com/soldair/node-colormatch" | ||
| , "repository":{ | ||
| "type":"git" | ||
| , "url":"git://github.com/soldair/node-colormatch.git" | ||
| } | ||
| ,"scripts":{ | ||
| "test":"node ./test/extract.js && node ./test/match.js" | ||
| } | ||
| ,"engines":{"node":">=0.6.0"} | ||
| { | ||
| "name": "colormatch", | ||
| "description": "A module for extracting colors from images and for generating lookup ranges that accept rgb and outputs ranges of rgb values for db lookups. Right now it uses ImageMagik in a child process to reduce the colorspace and return the top colors of an image. Alterntives with node-canvas or an all js jpeg decoder could be used. The latterwith the same js color quantization algorthims that would be needed to reduce the colorspace of the former.", | ||
| "version": "0.0.5", | ||
| "author": "Ryan Day <soldair@gmail.com>", | ||
| "contributors": [ | ||
| "whyohwhyamihere" | ||
| ], | ||
| "keywords": [ | ||
| "image", | ||
| "indexing", | ||
| "color", | ||
| "search" | ||
| ], | ||
| "main": "./main.js", | ||
| "homepage": "http://github.com/soldair/node-colormatch", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git://github.com/soldair/node-colormatch.git" | ||
| }, | ||
| "scripts": { | ||
| "test": "node ./test/extract.js && node ./test/match.js" | ||
| }, | ||
| "engines": { | ||
| "node": ">=0.6.0" | ||
| } | ||
| } |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
10228
0.48%