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

pouchdb-fetch

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-fetch - npm Package Compare versions

Comparing version 7.0.0 to 7.1.0

5

lib/index.es.js
import nodeFetch from 'node-fetch';
export { Headers } from 'node-fetch';
import fetchCookie from 'fetch-cookie';

@@ -12,4 +13,2 @@

var Headers = nodeFetch.Headers;
export { fetch, Headers, AbortController };
export { fetch, AbortController };

9

lib/index.js

@@ -7,6 +7,7 @@ 'use strict';

var nodeFetch = _interopDefault(require('node-fetch'));
var nodeFetch = require('node-fetch');
var nodeFetch__default = _interopDefault(nodeFetch);
var fetchCookie = _interopDefault(require('fetch-cookie'));
var fetch = fetchCookie(nodeFetch);
var fetch = fetchCookie(nodeFetch__default);

@@ -19,6 +20,4 @@ /* We can fake the abort, the http adapter keeps track

var Headers = nodeFetch.Headers;
exports.Headers = nodeFetch.Headers;
exports.fetch = fetch;
exports.Headers = Headers;
exports.AbortController = AbortController;
{
"name": "pouchdb-fetch",
"version": "7.0.0",
"version": "7.1.0",
"description": "PouchDB's fetch() method.",

@@ -17,3 +17,3 @@ "main": "./lib/index.js",

"fetch-cookie": "0.7.0",
"node-fetch": "^2.0.0"
"node-fetch": "2.4.1"
},

@@ -20,0 +20,0 @@ "module": "./lib/index.es.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