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

image-convert

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

image-convert - npm Package Compare versions

Comparing version 0.1.301 to 0.1.302

2

index.js

@@ -19,2 +19,4 @@ // Copyright 2016 Arshpreet Wadehra

callback(new Error("URL REQUIRED"),null);
else if (typeof callback != "function")
return new Error("Function Required");
let img = arguments[0];

@@ -21,0 +23,0 @@ if(typeof quality[1] != "function")

2

package.json
{
"name": "image-convert",
"version": "0.1.301",
"version": "0.1.302",
"description": "convert image and return static jpg and can resize from URL",

@@ -5,0 +5,0 @@ "main": "index.js",

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