Socket
Socket
Sign inDemoInstall

got

Package Overview
Dependencies
29
Maintainers
2
Versions
175
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.8.0 to 11.8.1

2

dist/source/core/index.js

@@ -155,3 +155,3 @@ "use strict";

// Recover the original stacktrace
if (!is_1.default.undefined(error.stack)) {
if (is_1.default.string(error.stack) && is_1.default.string(this.stack)) {
const indexOfMessage = this.stack.indexOf(this.message) + this.message.length;

@@ -158,0 +158,0 @@ const thisStackTrace = this.stack.slice(indexOfMessage).split('\n').reverse();

{
"name": "got",
"version": "11.8.0",
"version": "11.8.1",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc