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

gimmeuri

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gimmeuri - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

package.json

@@ -6,7 +6,7 @@ {

"tags" : ["fs", "file", "fileify", "datauri", "pbcopy", "xclip"],
"version": "0.0.2",
"version": "0.0.3",
"homepage": "https://github.com/dandean/gimmeuri",
"repository": {
"type": "git",
"url": "git://github.com/dandean/gimmeuri.git"
"url": "https://github.com/dandean/gimmeuri"
},

@@ -13,0 +13,0 @@ "bin" : { "gimmeuri" : "./bin/gimmeuri.js" },

@@ -40,3 +40,3 @@ I thought you might like a data uri.

Provide a interface in JavaScript so you can use `gimmeuri` like this:
Provide an interface in JavaScript so you can use `gimmeuri` like this:

@@ -46,2 +46,10 @@ require('gimmeuri')(path, cb);

Do a better job with default mime-type parsing. Many files should be "text/plain" but get returned as "application/octet-stream". Markdown files, for instance.
Provide an option for forced mime-type coercion:
gimmeuri -f text/plain README.md
License:

@@ -48,0 +56,0 @@ --------

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