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

image-data-uri

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

image-data-uri - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

package.json
{
"name": "image-data-uri",
"version": "2.0.0",
"version": "2.0.1",
"description": "Library to easily decode/encode Data URI images",

@@ -16,3 +16,3 @@ "main": "./lib/image-data-uri.js",

"email": "diego.zoracky@gmail.com",
"url": "diegozoracky.com",
"url": "https://github.com/DiegoZoracKy/",
"twitter": "@diegozoracky"

@@ -19,0 +19,0 @@ },

@@ -26,3 +26,3 @@ # Image Data URI

{
imageType: 'png',
imageType: 'image/png',
dataBase64: 'SOMEPNGDATAURI/wD/',

@@ -29,0 +29,0 @@ dataBuffer: <Buffer 89 50 4e 47 0d 0a ...>

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