Skip to content

PearPass is an open-source, privacy-first password manager with peer-to-peer syncing and end-to-end encryption. This repository contains shared core components used across the PearPass apps.

License

Notifications You must be signed in to change notification settings

tetherto/pearpass-lib-constants

Repository files navigation

pearpass-lib-constants

Shared constants for the Pearpass repositories.

Features

This library provides a centralized collection of constants used across the Pearpass ecosystem.

Installation

To install the package, you can use npm or yarn:

npm install pearpass-lib-constants

or

yarn add pearpass-lib-constants

Testing

This project uses ESLint for linting. To run the linter, execute the following command:

npm run lint

Usage Examples

Here is an example of how to import and use a constant from this library:

import { MS_PER_DAY } from 'pearpass-lib-constants';

function isOlderThanADay(timestamp) {
  return Date.now() - timestamp > MS_PER_DAY;
}

Dependencies

This library has no production dependencies.

Dev Dependencies

  • tether-dev-docs

Related Projects

License

This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.

About

PearPass is an open-source, privacy-first password manager with peer-to-peer syncing and end-to-end encryption. This repository contains shared core components used across the PearPass apps.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6