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

bare-storage

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-storage

Minimal, cross-platform directory locator for Bare

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
340
-17.48%
Maintainers
3
Weekly downloads
 
Created
Source

bare-storage

Minimal, cross‑platform directory locator for Bare. Intent‑based APIs: Persistent or ephemeral. Returns normalized absolute paths.

npm i bare-storage

Usage

import dir from 'bare-storage'

const data = dir.persistent()
const cache = dir.ephemeral()

API

const path = dir.persistent()

Data that should survive restarts and OS cleanup.

const path = dir.ephemeral()

Cache or temporary data that the OS can wipe.

License

Apache-2.0

FAQs

Package last updated on 03 Mar 2026

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