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

node-fetch-npm

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-fetch-npm - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

9

CHANGELOG.md

@@ -1,5 +0,12 @@

# Change Log
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.0.3](https://github.com/npm/node-fetch-npm/compare/v2.0.2...v2.0.3) (2020-03-12)
### Bug Fixes
* Add license to comment lifted from request ([9a2fadb](https://github.com/npm/node-fetch-npm/commit/9a2fadbb7ae3fc1ab80b5674f7822d3791634482))
<a name="2.0.2"></a>

@@ -6,0 +13,0 @@ ## [2.0.2](https://github.com/npm/node-fetch-npm/compare/v2.0.1...v2.0.2) (2017-08-15)

2

package.json
{
"name": "node-fetch-npm",
"version": "2.0.2",
"version": "2.0.3",
"description": "An npm cli-oriented fork of the excellent node-fetch",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -90,2 +90,15 @@ 'use strict'

}
// Comment and logic below is used under the following license:
// Copyright (c) 2010-2012 Mikeal Rogers
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an "AS
// IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
// express or implied. See the License for the specific language
// governing permissions and limitations under the License.
// Remove authorization if changing hostnames (but not if just

@@ -92,0 +105,0 @@ // changing ports or protocols). This matches the behavior of request:

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