# iso-constants

> Isomorphic node constants to be used in browsers or node.

Latest version **0.1.2** (published 2020-03-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install iso-constants
pnpm add iso-constants
yarn add iso-constants
bun add iso-constants
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2020-03-16 |
| First published | 2020-03-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 10.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 1 |
| Author | Hugo Dias |
| Maintainers | hugomrdias |
| Keywords | constants, node, browser |

## Links

- npm: https://www.npmjs.com/package/iso-constants
- Repository: https://github.com/hugomrdias/iso-constants
- npm.io page: https://npm.io/package/iso-constants

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2020-03-16
- 0.1.1 — 2020-03-16
- 0.1.0 — 2020-03-16

## README

# iso-constants [![NPM Version](https://img.shields.io/npm/v/iso-constants.svg)](https://www.npmjs.com/package/iso-constants) [![NPM Downloads](https://img.shields.io/npm/dt/iso-constants.svg)](https://www.npmjs.com/package/iso-constants) [![NPM License](https://img.shields.io/npm/l/iso-constants.svg)](https://www.npmjs.com/package/iso-constants) ![tests](https://github.com/hugomrdias/iso-constants/workflows/tests/badge.svg) [![codecov](https://codecov.io/gh/hugomrdias/iso-constants/badge.svg?branch=master)](https://codecov.io/gh/hugomrdias/iso-constants?branch=master)

> Isomorphic node constants to be used in browsers or node.

Updates constants on install

## Install

```
$ npm install iso-constants
```

## Usage

```js
const constants = require('iso-constants');
console.log(constants.RTLD_LAZY)  // 1
```

## License

MIT © [Hugo Dias](http://hugodias.me)

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