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

got-fetch

Package Overview
Dependencies
Maintainers
1
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 3.0.1 to 4.0.0

.github/dependabot.yml

2

out/lib/response.js

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

arrayBuffer() {
throw new Error();
throw new Error("`arrayBuffer` not implemented");
}

@@ -37,0 +37,0 @@ blob() {

{
"name": "got-fetch",
"version": "3.0.1",
"version": "4.0.0",
"license": "MIT",

@@ -29,3 +29,4 @@ "description": "A fetch-compatible interface to the got HTTP client",

"pretest:watch": "$npm_execpath run build:test",
"test:watch": "concurrently '$npm_execpath run build:test:watch' 'jest --watchAll'"
"test:watch": "concurrently '$npm_execpath run build:test:watch' 'jest --watchAll'",
"release": "semantic-release"
},

@@ -36,2 +37,7 @@ "dependencies": {

"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^8.0.2",
"@semantic-release/release-notes-generator": "^10.0.2",
"@types/jest": "^25.2.1",

@@ -47,2 +53,3 @@ "@types/nock": "^11.1.0",

"nock": "^12.0.3",
"semantic-release": "^18.0.0",
"typescript": "^3.8.3"

@@ -54,4 +61,4 @@ },

"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
}
}
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