Socket
Socket
Sign inDemoInstall

@adeira/fetch

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adeira/fetch - npm Package Compare versions

Comparing version 1.0.4 to 2.0.0

24

fetch/CHANGELOG.md
# Unreleased
# 2.0.0
Support for Node.js 12 has been removed. This package might continue working on older Node.js versions, however, it's highly recommended upgrading to Node.js version 14 or newer. For more details, see: https://nodejs.org/en/about/releases/, or discuss here: https://github.com/adeira/universe/discussions/1588
# 1.0.4

@@ -15,18 +19,11 @@

---
# 0.2.5.0
Changelog before our fork:
```text
# Unreleased
# 2.5.0
- HTTP status code 422 (Unprocessable entity) is now considered to be non-transient (no retries)
# 2.4.0
# 0.2.4.0
- `@kiwicom/fetch` now overwrites default User-Agent string with our custom value so you can easily identify it.
# 2.3.0
# 0.2.3.0

@@ -36,13 +33,12 @@ - HTTP status code 429 (Too Many Requests) is now considered to be non-transient (no retries)

# 2.2.0
# 0.2.2.0
- Flow types are now strict about inputs values
# 2.1.0
# 0.2.1.0
- HTTP status code 400 is now considered to be non-transient (no retries)
# 2.0.0
# 0.2.0.0
- Upgrade dependencies, check this for breaking changes: https://github.com/github/fetch/releases/tag/v3.0.0
```

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "1.0.4",
"version": "2.0.0",
"sideEffects": false,

@@ -12,9 +12,9 @@ "homepage": "https://github.com/adeira/universe/tree/master/src/fetch",

"dependencies": {
"@adeira/js": "^1.2.4",
"@babel/runtime": "^7.11.2",
"@adeira/js": "^1.3.0",
"@babel/runtime": "^7.12.5",
"cross-fetch": "^3.0.6"
},
"devDependencies": {
"@sinonjs/fake-timers": "^6.0.1"
"@sinonjs/fake-timers": "^7.0.2"
}
}

@@ -37,4 +37,7 @@ "use strict";

});
/* $FlowFixMe[incompatible-function-indexer] This comment suppresses an error
* when upgrading Flow. To see the error delete this comment and run Flow. */
(0, _setPrototypeOf.default)(ResponseError, Error);
var _default = ResponseError;
exports.default = _default;

@@ -34,4 +34,7 @@ "use strict";

});
/* $FlowFixMe[incompatible-function-indexer] This comment suppresses an error
* when upgrading Flow. To see the error delete this comment and run Flow. */
(0, _setPrototypeOf.default)(TimeoutError, Error);
var _default = TimeoutError;
exports.default = _default;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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