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

wonderful-fetch

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wonderful-fetch - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

7

dist/index.js

@@ -25,3 +25,3 @@ (function (root, factory) {

var SOURCE = 'library';
var VERSION = '1.1.7';
var VERSION = '1.1.8';

@@ -197,3 +197,6 @@ function WonderfulFetch(url, options) {

var type = res.headers.get('content-type');
var ext = mime.extension(type);
var ext = mime.extension(type)
.replace('jpeg', 'jpg')
// .replace('tiff', 'tif')
// .replace('svg+xml', 'svg');

@@ -200,0 +203,0 @@ // Create directory if it doesn't exist

{
"name": "wonderful-fetch",
"version": "1.1.7",
"version": "1.1.8",
"description": "A wrapper around fetch.",

@@ -37,2 +37,2 @@ "main": "./dist/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