# has-boxed-string-x

> Check support of by-index access of string characters.

Latest version **2.1.1** (published 2019-08-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install has-boxed-string-x
pnpm add has-boxed-string-x
yarn add has-boxed-string-x
bun add has-boxed-string-x
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.1 |
| Published | 2019-08-28 |
| First published | 2017-08-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=8.11.4 |
| Dependencies | 0 |
| Unpacked size | 29.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Graham Fairweather |
| Maintainers | xotic750 |
| Keywords | string, boxed, test, module, javascript, nodejs, browser |

## Links

- npm: https://www.npmjs.com/package/has-boxed-string-x
- Repository: https://github.com/Xotic750/has-boxed-string-x
- Issues: https://github.com/Xotic750/has-boxed-string-x/issues
- npm.io page: https://npm.io/package/has-boxed-string-x

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 2.1.1 (latest) — 2019-08-28
- 2.1.0 — 2019-08-14
- 2.0.25 — 2019-07-31
- 2.0.24 — 2019-07-27
- 2.0.23 — 2019-07-27
- 2.0.22 — 2019-07-26
- 2.0.21 — 2019-07-26
- 2.0.20 — 2019-07-25
- 2.0.19 — 2019-07-24
- 2.0.18 — 2019-07-24
- 2.0.17 — 2019-07-23
- 2.0.16 — 2019-07-22
- 2.0.15 — 2019-07-21
- 2.0.14 — 2019-07-21
- 2.0.13 — 2019-07-19
- … 17 more at https://npm.io/package/has-boxed-string-x/versions

## README

<a
  href="https://travis-ci.org/Xotic750/has-boxed-string-x"
  title="Travis status">
<img
  src="https://travis-ci.org/Xotic750/has-boxed-string-x.svg?branch=master"
  alt="Travis status" height="18">
</a>
<a
  href="https://david-dm.org/Xotic750/has-boxed-string-x"
  title="Dependency status">
<img src="https://david-dm.org/Xotic750/has-boxed-string-x/status.svg"
  alt="Dependency status" height="18"/>
</a>
<a
  href="https://david-dm.org/Xotic750/has-boxed-string-x?type=dev"
  title="devDependency status">
<img src="https://david-dm.org/Xotic750/has-boxed-string-x/dev-status.svg"
  alt="devDependency status" height="18"/>
</a>
<a
  href="https://badge.fury.io/js/has-boxed-string-x"
  title="npm version">
<img src="https://badge.fury.io/js/has-boxed-string-x.svg"
  alt="npm version" height="18">
</a>
<a
  href="https://www.jsdelivr.com/package/npm/has-boxed-string-x"
  title="jsDelivr hits">
<img src="https://data.jsdelivr.com/v1/package/npm/has-boxed-string-x/badge?style=rounded"
  alt="jsDelivr hits" height="18">
</a>
<a
  href="https://bettercodehub.com/results/Xotic750/has-boxed-string-x"
  title="bettercodehub score">
<img src="https://bettercodehub.com/edge/badge/Xotic750/has-boxed-string-x?branch=master"
  alt="bettercodehub score" height="18">
</a>
<a
  href="https://coveralls.io/github/Xotic750/has-boxed-string-x?branch=master"
  title="Coverage Status">
<img src="https://coveralls.io/repos/github/Xotic750/has-boxed-string-x/badge.svg?branch=master"
  alt="Coverage Status" height="18">
</a>

<a name="module_has-boxed-string-x"></a>

## has-boxed-string-x

Check support of by-index access of string characters.
 
<a name="exp_module_has-boxed-string-x--module.exports"></a>

### `module.exports` : <code>boolean</code> ⏏

Check failure of by-index access of string characters (IE < 9)
and failure of `0 in boxedString` (Rhino).

`true` if no failure; otherwise `false`.

**Kind**: Exported member

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