An open API service indexing awesome lists of open source software.

https://github.com/nodesecure/utils

Utilities for NodeSecure
https://github.com/nodesecure/utils

Last synced: 20 days ago
JSON representation

Utilities for NodeSecure

Awesome Lists containing this project

README

          


@nodesecure/utils



npm version


maintenance


ossf scorecard


license


github ci workflow

NodeSecure utilities.

## Requirements

- [Node.js](https://nodejs.org/en/) v20 or higher

## Getting Started

This package is available in the Node Package Repository and can be easily installed with [npm](https://docs.npmjs.com/getting-started/what-is-npm) or [yarn](https://yarnpkg.com).

```bash
$ npm i @nodesecure/utils
# or
$ yarn add @nodesecure/utils
```

## Usage example

```js
import * as utils from "@nodesecure/utils";

console.log(utils.parseAuthor("GENTILHOMME Thomas "));
```

## API

See TypeScript definition file.

## Contributors ✨

[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)



Gentilhomme
Gentilhomme

💻 📖 👀 🛡️ 🐛
Maxime
Maxime

⚠️
Kouadio Fabrice Nguessan
Kouadio Fabrice Nguessan

🚧
Kishore
Kishore

📖 💻
PierreDemailly
PierreDemailly

👀

## License

MIT