Socket
Socket
Sign inDemoInstall

fetch-cookie

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-cookie - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

CHANGELOG.md

4

package.json
{
"name": "fetch-cookie",
"version": "0.7.2",
"version": "0.7.3",
"description": "Decorator for a `fetch` function to support automatic cookies.",

@@ -29,3 +29,3 @@ "homepage": "https://github.com/valeriangalliat/fetch-cookie",

"es6-denodeify": "^0.1.1",
"tough-cookie": "^2.3.1"
"tough-cookie": "^2.3.3"
},

@@ -32,0 +32,0 @@ "devDependencies": {

@@ -38,3 +38,3 @@ # fetch-cookie [![npm version](https://badge.fury.io/js/fetch-cookie.svg)](https://badge.fury.io/js/fetch-cookie) [![Build Status](https://travis-ci.org/valeriangalliat/fetch-cookie.svg?branch=master)](https://travis-ci.org/valeriangalliat/fetch-cookie)

const nodeFetch = require('node-fetch')
const tough = require('node-fetch')
const tough = require('tough-cookie')
const fetch = require('fetch-cookie')(nodeFetch, new tough.CookieJar())

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