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

got-fetch

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

got-fetch - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

2

CHANGELOG.md

@@ -0,1 +1,3 @@

## [6.0.2](https://github.com/alexghr/got-fetch/compare/v6.0.1...v6.0.2) (2024-11-18)
## [6.0.1](https://github.com/alexghr/got-fetch/compare/v6.0.0...v6.0.1) (2024-08-26)

@@ -2,0 +4,0 @@

2

out/lib/fetch.js

@@ -21,3 +21,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

var g = generator.apply(thisArg, _arguments || []), i, q = [];
return i = {}, verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;
return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;
function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }

@@ -24,0 +24,0 @@ function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }

@@ -15,3 +15,3 @@ export type GotHeadersGuard = 'immutable' | 'none';

entries(): IterableIterator<[string, string]>;
keys(): IterableIterator<string>;
keys(): MapIterator<string>;
values(): Generator<string, void, unknown>;

@@ -18,0 +18,0 @@ [Symbol.iterator](): IterableIterator<[string, string]>;

{
"name": "got-fetch",
"version": "6.0.1",
"version": "6.0.2",
"type": "module",

@@ -42,3 +42,3 @@ "license": "MIT",

"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.3",
"@semantic-release/github": "^11.0.0",
"@semantic-release/npm": "^12.0.1",

@@ -51,3 +51,3 @@ "@semantic-release/release-notes-generator": "^14.0.1",

"@typescript-eslint/parser": "^5.7.0",
"concurrently": "^8.0.1",
"concurrently": "^9.0.0",
"cz-conventional-changelog": "^3.3.0",

@@ -54,0 +54,0 @@ "eslint": "^8.4.1",

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