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

imguri

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

imguri - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

39

package.json
{
"name": "imguri",
"version": "0.0.1",
"description": "Easily convert local/network image file to data uri scheme ",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git@github.com:vnykmshr/imguri.git"
},
"keywords": [
"name": "imguri",
"version": "0.0.2",
"description": "Easily convert local/network image file to data uri scheme ",
"main": "index.js",
"scripts": {
"test": "node test"
},
"dependencies": {
"mime": "*",
"async": "*",
"request": "*"
},
"repository": {
"type": "git",
"url": "git@github.com:vnykmshr/imguri.git"
},
"keywords": [
"data-uri",

@@ -18,7 +23,7 @@ "image-data",

],
"author": "Vinayak Mishra",
"license": "MIT",
"bugs": {
"url": "https://github.com/vnykmshr/imguri/issues"
}
"author": "Vinayak Mishra",
"license": "MIT",
"bugs": {
"url": "https://github.com/vnykmshr/imguri/issues"
}
}

@@ -5,1 +5,3 @@ imguri

Easily convert local/network image file to data uri scheme
TBD
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