# xvi-helper

> Helper

Latest version **0.1.2** (published 2018-04-05) · Apache v2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install xvi-helper
pnpm add xvi-helper
yarn add xvi-helper
bun add xvi-helper
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2018-04-05 |
| First published | 2017-09-18 |
| Weekly downloads | 0 |
| License | Apache v2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 8.4.0 |
| Dependencies | 9 |
| Unpacked size | 15.1 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Benoit Lavorata |
| Maintainers | blavorata |

## Links

- npm: https://www.npmjs.com/package/xvi-helper
- Repository: https://github.com/sbglive/npm-xvi-helper
- Homepage: https://github.com/sbglive/npm-xvi-helper#readme
- Issues: https://github.com/sbglive/npm-xvi-helper/issues
- npm.io page: https://npm.io/package/xvi-helper

## Dependencies (9)

- [fs](https://npm.io/package/fs.md) 0.0.1-security
- [del](https://npm.io/package/del.md) ^3.0.0
- [md5](https://npm.io/package/md5.md) ^2.2.1
- [strip](https://npm.io/package/strip.md) ^3.0.0
- [deepcopy](https://npm.io/package/deepcopy.md) *
- [jsonfile](https://npm.io/package/jsonfile.md) *
- [arraytocsv](https://npm.io/package/arraytocsv.md) ^1.0.3
- [moment-timezone](https://npm.io/package/moment-timezone.md) ^0.5.13
- [validate-arguments](https://npm.io/package/validate-arguments.md) 0.0.8

## Recent versions

- 0.1.2 (latest) — 2018-04-05
- 0.1.1 — 2017-10-18
- 0.0.8 — 2017-10-16
- 0.0.6 — 2017-09-18
- 0.0.5 — 2017-09-18
- 0.0.3 — 2017-09-18
- 0.0.2 — 2017-09-18
- 0.0.1 — 2017-09-18

## README

# npm-xvi-helper
General Helper

```javascript
//Add package
const Helper = require('./Helper.js');

//Create instance of the scraper
var instance = new Helper();

//test function
async function test() {
    try {
        console.log(instance.md5('Test'));
    } catch (err) {
        console.log(err);
    }
}
test();
```

---
_Source: https://npm.io/package/xvi-helper · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
