
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
A library to convert a path into an absolute path.
$ npm i --save abs
// Dependencies
var Abs = require("abs");
console.log(Abs("/foo"));
// => "/foo"
console.log(Abs("foo"));
// => "/path/to/where/you/are/foo"
console.log(Abs("~/foo"));
// => "/home/username/foo"
Abs(input)
Computes the absolute path of an input.
input
: The input path.Have an idea? Found a bug? See how to contribute.
If you are using this library in one of your projects, add it in this list. :sparkles:
engine-tools
by jillix
git-issues
by Gabriel Petrovay
pm2-meteor
by andruschka
FAQs
A library to convert a path into an absolute path.
The npm package abs receives a total of 30,993 weekly downloads. As such, abs popularity was classified as popular.
We found that abs demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.