
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
edgegrid-node
Advanced tools
A Node.js client, reference implementation and authentication library for EdgeGrid.
A Node.js command line client, reference implementation and authentication library for EdgeGrid.
npm -g install edgegrid-node
To use the command line client, a configuration file named .egnode needs to be present in the user's home directory (i.e. $HOME/.egnode). The configuration file is in ini format. A profile named 'default' must be defined but additional profiles can be defined as well.
Four properties can be defined in a profile, 3 of which are required:
Sample config file:
; configuration file with default profile
[default]
clientToken=akaa-qersdfqwerasdfqwerasdfqwerf
clientSecret=qwerasdfqwerasdfqwerasdfqwerasdfqwerasdfqwer
accessToken=akaa-asdfqwerasdfqwerasdfqwerasdfqwera
baseUrl=akaa-zxcvasdfzxcvasdfzcxvasdf.luna.akamaiapis.net
$ edgegrid-node -H "Content-Type:application/json" \
-H "Accept:application/json" \
-p "/edgegrid-service/path/to/resource"
$ edgegrid-node -H "Content-Type:application/json" \
-H "Accept:application/json" \
-m "POST" \
-d @./dataFile.json \
-p "/edgegrid-service/path/to/resource"
Usage: edgegrid-node [options]
Options:
-h, --help output usage information
-V, --version output the version number
-f, --config-file [file] Configuration file
-P, --config-profile [profile] Configuration profile [default]
-m, --method [method] http method (default: "GET")
-b, --base-url [url] Base URL
-H, --header [header] Header - format: "foo:bar"
-d, --data [data] Post data
-p, --path [url] URL path: Example: "/p/a/t/h?query=string"
FAQs
A Node.js client, reference implementation and authentication library for EdgeGrid.
The npm package edgegrid-node receives a total of 4 weekly downloads. As such, edgegrid-node popularity was classified as not popular.
We found that edgegrid-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.