# @babel/helper-simple-access

> Babel helper for ensuring that access to a given value is performed through simple accesses

Latest version **7.29.7** (published 2026-05-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @babel/helper-simple-access
pnpm add @babel/helper-simple-access
yarn add @babel/helper-simple-access
bun add @babel/helper-simple-access
```

## Health

**Score 60/100 (C)** — status: active.

Positive: no vulnerabilities; has provenance; high maintenance score; popular repo.

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

## Facts

| | |
|---|---|
| Version | 7.29.7 |
| Published | 2026-05-25 |
| First published | 2017-10-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.9.0 |
| Dependencies | 2 |
| Unpacked size | 13.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 44000 |
| Author | The Babel Team (https://babel.dev/team) |
| Maintainers | hzoo, existentialism, nicolo-ribaudo, jlhwung |

## Links

- npm: https://www.npmjs.com/package/@babel/helper-simple-access
- Repository: https://github.com/babel/babel
- Homepage: https://babel.dev/docs/en/next/babel-helper-simple-access
- npm.io page: https://npm.io/package/@babel/helper-simple-access

## Dependencies (2)

- [@babel/types](https://npm.io/package/@babel/types.md) ^7.29.7
- [@babel/traverse](https://npm.io/package/@babel/traverse.md) ^7.29.7

## Recent versions

- 7.29.7 (latest) — 2026-05-25
- 8.0.0-rc.3 (next) — 2026-03-16
- 7.21.4-esm.4 (esm) — 2023-04-04
- 8.0.0-rc.2 — 2026-02-15
- 8.0.0-rc.1 — 2026-01-31
- 8.0.0-beta.4 — 2026-01-12
- 8.0.0-beta.3 — 2025-10-23
- 8.0.0-beta.2 — 2025-09-05
- 8.0.0-beta.1 — 2025-07-02
- 8.0.0-beta.0 — 2025-05-30
- 7.27.1 — 2025-04-30
- 8.0.0-alpha.17 — 2025-03-11
- 8.0.0-alpha.16 — 2025-02-14
- 8.0.0-alpha.15 — 2025-01-10
- 8.0.0-alpha.14 — 2024-12-06
- … 79 more at https://npm.io/package/@babel/helper-simple-access/versions

## README

# @babel/helper-simple-access

> Babel helper for ensuring that access to a given value is performed through simple accesses

See our website [@babel/helper-simple-access](https://babeljs.io/docs/babel-helper-simple-access) for more information.

## Install

Using npm:

```sh
npm install --save @babel/helper-simple-access
```

or using yarn:

```sh
yarn add @babel/helper-simple-access
```

---
_Source: https://npm.io/package/@babel/helper-simple-access · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
