# harmony-proxy

> Small shim providing `new Proxy(target, handler)`

Latest version **1.0.1** (published 2016-04-13) · LGPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install harmony-proxy
pnpm add harmony-proxy
yarn add harmony-proxy
bun add harmony-proxy
```

## Health

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

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2016-04-13 |
| First published | 2013-06-05 |
| Weekly downloads | 0 |
| License | LGPL-3.0 |
| TypeScript types | separate (@types/harmony-proxy) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 13 |
| Maintainers | swatinem |
| Keywords | harmony, proxy, trap, es6 |

## Links

- npm: https://www.npmjs.com/package/harmony-proxy
- Repository: https://github.com/Swatinem/proxy
- Homepage: https://github.com/Swatinem/proxy#readme
- Issues: https://github.com/Swatinem/proxy/issues
- npm.io page: https://npm.io/package/harmony-proxy

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2016-04-13
- 1.0.0 — 2016-02-29
- 0.1.0 — 2015-10-13
- 0.0.2 — 2013-06-07
- 0.0.1 — 2013-06-05

## README

# harmony-proxy

Harmony-proxy shims the new-style `new Proxy(target, handler)` API via the
old-style `Proxy.create(handler)` API provided by `node --harmony-proxies`.

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Old_Proxy_API
and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy

[![Build Status](https://travis-ci.org/Swatinem/proxy.png?branch=master)](https://travis-ci.org/Swatinem/proxy)
[![Coverage Status](https://coveralls.io/repos/Swatinem/proxy/badge.png?branch=master)](https://coveralls.io/r/Swatinem/proxy)
[![Dependency Status](https://gemnasium.com/Swatinem/proxy.png)](https://gemnasium.com/Swatinem/proxy)

## Installation

    $ npm install harmony-proxy

## Usage

```js
var Proxy = require('harmony-proxy');
```

## License

  LGPLv3

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