Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

got

Package Overview
Dependencies
20
Maintainers
2
Versions
175
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.1.0 to 14.2.0

2

dist/source/core/errors.js

@@ -18,3 +18,3 @@ import is from '@sindresorhus/is';

constructor(message, error, self) {
super(message);
super(message, { cause: error });
Error.captureStackTrace(this, this.constructor);

@@ -21,0 +21,0 @@ this.name = 'RequestError';

{
"name": "got",
"version": "14.1.0",
"version": "14.2.0",
"description": "Human-friendly and powerful HTTP request library for Node.js",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc