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

parrot-fetch

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parrot-fetch - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

6

lib/ParrotFetch.js

@@ -95,6 +95,4 @@ 'use strict';

_this.resolver = function (input, init) {
return function () {
var response = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
if (!response.body) {
return function (response) {
if (!response) {
return _this.contextFetch(input, init);

@@ -101,0 +99,0 @@ }

{
"name": "parrot-fetch",
"version": "3.0.0",
"version": "3.1.0",
"contributors": [

@@ -24,3 +24,3 @@ "Jack Cross <jack.cross1@aexp.com>",

"babel-runtime": "^6.0.0",
"parrot-core": "^3.0.0",
"parrot-core": "^3.1.0",
"url-parse": "^1.2.0"

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