# username-sync

> username but only sync and for node 0.12

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

## Install

```sh
npm install username-sync
pnpm add username-sync
yarn add username-sync
bun add username-sync
```

## 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-03 |
| First published | 2017-05-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Stefan Penner |
| Maintainers | stefanpenner |

## Links

- npm: https://www.npmjs.com/package/username-sync
- Repository: https://github.com/stefanpenner/username-sync
- Homepage: https://github.com/stefanpenner/username-sync#readme
- Issues: https://github.com/stefanpenner/username-sync/issues
- npm.io page: https://npm.io/package/username-sync

## Recent versions

- 1.0.3 (latest) — 2021-08-03
- 1.0.2 — 2019-02-07
- 1.0.1 — 2017-05-15
- 1.0.0 — 2017-05-15

## README

# username.sync

[![Build Status](https://travis-ci.org/stefanpenner/username-sync.svg?branch=master)](https://travis-ci.org/stefanpenner/username-sync)
[![Build status](https://ci.appveyor.com/api/projects/status/89vktdhm1vsh2yno/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/username-sync/branch/master)


```sh
yarn add username-sync
npm install username-sync --save
```

```js
var username = require('username-sync');

username() // => "best-guess-system-username"
```

If you are using new versions of node => 4x, please use
[username](https://github.com/sindresorhus/username) module. This project
exists to help users make the transition.

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