
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
A library to convert a path into an absolute path.
$ npm i --save abs
const 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 (if not provided, the current working directory will be returned).Have an idea? Found a bug? See how to contribute.
I open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
Starring and sharing the projects you like :rocket:
—You can make one-time donations via PayPal. I'll probably buy a
coffee tea. :tea:
—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).
Bitcoin—You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6
Thanks! :heart:
If you are using this library in one of your projects, add it in this list. :sparkles:
3abn
—A 3ABN radio client in the terminal.bible
—Read the Holy Bible via the command line.blah
—A command line tool to optimize the repetitive actions.bloggify-paths
—Helper library for maintaining the Bloggify paths in one place.cdnjs-importer
—Easy way to import a library into CDNJS.cli-sunset
—A fancy command line tool for knowing the sunset time.emojer-cli
—Command line tool for emojer.engine-app
(by jillix)—Engine app related helper functions.engine-paths
(by jillix)—Keeping the Engine paths in one place.engine-tools
(by jillix)—Engine Tools library and CLI app.ethers-cli
(by Richard Moore)—Command-Line Interface to ethers.io and ethers.space.extendscript-bundlr
—a tool for bundling Adobe ExtendScripts that use the #include 'path/to/file'
statementfwatcher
—Watch files for changes.gh-notifier
—Receive desktop notifications from your GitHub dashboard.ghcal
—See the GitHub contributions calendar of a user in the command line.git-command
(by ShuaiLiang)—Execute git command using Node.jsgit-issues
(by Gabriel Petrovay)—Git issues extension to list issues of a Git projectgit-repos
—Find all the git repositories in a specified directory, recursively.git-stats
—Local git statistics including GitHub-like contributions calendars.github-labeller
—Automagically create issue labels in your GitHub projects.gpm
—npm + git = gpm - Install NPM packages and dependencies from git repositories.gry
—A minimalist NodeJS wrapper for the git
commands. gry
stands for the Git RepositorY.idea
—A lightweight CLI tool and module for keeping ideas in a safe place quick and easy.image-to-ascii-cli
—View images in text format, in your terminal.mdy
—View markdown files in the command line with ANSI styled images.messager
—Inter-process communication made simple.mongof
—Sync MongoDB collections with JSON files.namy
—Gets the name of the exported function.np-init
—Easily start a npm package from scratch.package-json-path
—Get the package.json path in a specific directory.packy
—Set default fields in your package.json files.pm2-meteor
(by andruschka)—Simplest way to deploy, scale and run Meteor Apps with PM2.read-file-cache
—Read files and cache them.ship-release
—Publish new versions on GitHub and npm with ease.simplywatch
(by danielkalen)—Watches files and upon change executes a command for each file INDIVIDUALLY with file-related paramsssh-remote
—Automagically switch on the SSH remote url in a Git repository.statique
—A Node.JS static server module with built-in cache options and route features.tester-init
—Init tests for tester.tilda-init
—Init cli applications.tithe
—Organize and track the tithe payments.web-term
—A full screen terminal in your browser.write-file-p
—Create the directory structure and then create the file.FAQs
A library to convert a path into an absolute path.
The npm package abs receives a total of 36,685 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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.