# nast-secure

> Helpers for a fast codding

Latest version **1.0.3** (published 2021-08-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install nast-secure
pnpm add nast-secure
yarn add nast-secure
bun add nast-secure
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2021-08-05 |
| First published | 2021-08-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 2.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Alexey |
| Maintainers | alexey-renova |
| Keywords | vue, library, xss |

## Links

- npm: https://www.npmjs.com/package/nast-secure
- Repository: https://github.com/renova-st/nast
- Homepage: https://github.com/renova-st/nast#readme
- Issues: https://github.com/renova-st/nast/issues
- npm.io page: https://npm.io/package/nast-secure

## Dependencies (2)

- [xss](https://npm.io/package/xss.md) ^1.0.9
- [nast](https://npm.io/package/nast.md) ^1.0.*

## Recent versions

- 1.0.3 (latest) — 2021-08-05
- 1.0.2 — 2021-08-05
- 1.0.1 — 2021-08-05

## README

# nast-secure
## Installation
```
npm i -S nast-secure
```

## Prepare
```
import Vue from 'vue'
import App from './App'
import NastSecure from 'nast-secure'

Vue.use(NastSecure.vue(), {})

new Vue({
  render: (h) => h(App),
}).$mount('#app')
```

## Basic usage
```
$app.secure.clean(html)
```

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