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

wonderful-fetch

Package Overview
Dependencies
Maintainers
1
Versions
32
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.12 to 0.0.13

5

dist/index.js

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

var SOURCE = 'library';
var VERSION = '0.0.12';
var VERSION = '0.0.13';

@@ -60,3 +60,2 @@ function WonderfulFetch(url, options) {

var fileStream;
var config = {

@@ -152,3 +151,3 @@ method: (options.method || 'get').toLowerCase(),

}
fileStream = jetpack.createWriteStream(options.download);
var fileStream = jetpack.createWriteStream(options.download);
res.body.pipe(fileStream);

@@ -155,0 +154,0 @@ res.body.on('error', function (e) {

4

package.json
{
"name": "wonderful-fetch",
"version": "0.0.12",
"version": "0.0.13",
"description": "A wrapper around fetch.",

@@ -36,4 +36,4 @@ "main": "./dist/index.js",

"devDependencies": {
"prepare-package": "^0.0.11"
"prepare-package": "^0.0.12"
}
}
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