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 0.0.7 to 0.0.8

6

dist/index.js

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

var SOURCE = 'library';
var VERSION = '0.0.7';
var VERSION = '0.0.8';

@@ -35,4 +35,4 @@ function WonderfulFetch(url, options) {

options.cacheBreaker = typeof options.cacheBreaker === 'undefined' ? true : options.cacheBreaker;
options.contentType = typeof options.contentType === 'undefined' ? '' : options.contentType;
options.responseFormat = typeof options.responseFormat === 'undefined' ? 'raw' : options.responseFormat;
options.contentType = (typeof options.contentType === 'undefined' ? '' : options.contentType).toLowerCase();
options.responseFormat = (typeof options.responseFormat === 'undefined' ? 'raw' : options.responseFormat).toLowerCase();

@@ -39,0 +39,0 @@ // Legacy

{
"name": "wonderful-fetch",
"version": "0.0.7",
"version": "0.0.8",
"description": "A wrapper around fetch.",

@@ -5,0 +5,0 @@ "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