New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-base64-image

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-base64-image - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

index.js

@@ -41,2 +41,5 @@ 'use strict';

return encoder(body, options);
} else {
if (!body) { return callback('Image loading error - empty body'); }
else { return callback('Image loading error - ' + res.statusCode); }
}

@@ -62,2 +65,2 @@ });

base64decoder: base64decoder
};
};

2

package.json
{
"name": "node-base64-image",
"version": "0.1.1",
"version": "0.1.2",
"description": "Download images from remote URLs and encode/decode them to base64",

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

Sorry, the diff of this file is too big to display

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