New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

diagnose-endpoint

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diagnose-endpoint

## Usage ``` npx diagnose-endpoint@1.0.12 --endpoint=https://endpoint-you-want-to-hit --origin=https://origin-of-page-that-makes-the-request ```

latest
Source
npmnpm
Version
1.1.3
Version published
Weekly downloads
750
-58.33%
Maintainers
0
Weekly downloads
 
Created
Source

diagnose-endpoint

Usage

npx diagnose-endpoint@1.0.12 --endpoint=https://endpoint-you-want-to-hit --origin=https://origin-of-page-that-makes-the-request

Context

This package was created to help Apollo Studio users more definitively diagnose why their endpoint might not work with Studio's Explorer (in particular via Sandbox)

Browsers don't expose why a network request failed, so applications aren't able to tell whether a request failed because of missing CORS headers or if there's just nothing being served from the endpoint (server offline or typo in URL)

Known limitations

Certain security software can cause browsers network requests to break in opaque ways that this script won't be able to diagnose

FAQs

Package last updated on 12 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts