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

@highpoint/js-fetch

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highpoint/js-fetch - npm Package Compare versions

Comparing version 2.3.0 to 3.0.0

11

dist/js-fetch.js

@@ -201,5 +201,14 @@ import _objectSpread from "@babel/runtime/helpers/objectSpread";

response = _context2.sent;
if (response.headers.get('content-type').includes('application/json')) {
_context2.next = 5;
break;
}
throw new Error('Response not in expected JSON format');
case 5:
return _context2.abrupt("return", checkResponse(response));
case 4:
case 6:
case "end":

@@ -206,0 +215,0 @@ return _context2.stop();

2

package.json
{
"name": "@highpoint/js-fetch",
"version": "2.3.0",
"version": "3.0.0",
"description": "HighPoint Fetch Library",

@@ -5,0 +5,0 @@ "main": "dist/js-fetch.js",

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