# @babel/plugin-proposal-private-property-in-object

> This plugin transforms checks for a private property in an object

Latest version **7.21.11** (published 2023-06-05) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @babel/plugin-proposal-private-property-in-object
pnpm add @babel/plugin-proposal-private-property-in-object
yarn add @babel/plugin-proposal-private-property-in-object
bun add @babel/plugin-proposal-private-property-in-object
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 7.21.11 |
| Published | 2023-06-05 |
| First published | 2020-05-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.9.0 |
| Dependencies | 4 |
| Unpacked size | 19.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 43998 |
| Author | The Babel Team |
| Maintainers | hzoo, existentialism, nicolo-ribaudo, jlhwung |
| Keywords | babel-plugin |

## Links

- npm: https://www.npmjs.com/package/@babel/plugin-proposal-private-property-in-object
- Repository: https://github.com/babel/babel
- Homepage: https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object
- Issues: https://github.com/babel/babel/issues
- npm.io page: https://npm.io/package/@babel/plugin-proposal-private-property-in-object

## Dependencies (4)

- [@babel/helper-plugin-utils](https://npm.io/package/@babel/helper-plugin-utils.md) ^7.20.2
- [@babel/helper-annotate-as-pure](https://npm.io/package/@babel/helper-annotate-as-pure.md) ^7.18.6
- [@babel/helper-create-class-features-plugin](https://npm.io/package/@babel/helper-create-class-features-plugin.md) ^7.21.0
- [@babel/plugin-syntax-private-property-in-object](https://npm.io/package/@babel/plugin-syntax-private-property-in-object.md) ^7.14.5

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 7.21.11 (latest) — 2023-06-05
- 7.21.4-esm.4 (esm) — 2023-04-04
- 7.21.0-placeholder-for-preset-env.2 — 2023-06-08
- 7.21.0-placeholder-for-preset-env.1 — 2023-06-06
- 7.21.0-placeholder-for-preset-env — 2023-06-06
- 7.21.10 — 2023-06-03
- 7.21.4-esm.3 — 2023-04-04
- 7.21.4-esm.2 — 2023-04-04
- 7.21.4-esm.1 — 2023-04-04
- 7.21.4-esm — 2023-04-04
- 7.21.0 — 2023-02-20
- 7.20.5 — 2022-11-28
- 7.18.6 — 2022-06-27
- 7.17.12 — 2022-05-16
- 7.16.7 — 2021-12-31
- … 11 more at https://npm.io/package/@babel/plugin-proposal-private-property-in-object/versions

## README

# @babel/plugin-proposal-private-property-in-object

> This plugin transforms checks for a private property in an object

See our website [@babel/plugin-proposal-private-property-in-object](https://babeljs.io/docs/en/babel-plugin-proposal-private-property-in-object) for more information.

## Install

Using npm:

```sh
npm install --save-dev @babel/plugin-proposal-private-property-in-object
```

or using yarn:

```sh
yarn add @babel/plugin-proposal-private-property-in-object --dev
```

---
_Source: https://npm.io/package/@babel/plugin-proposal-private-property-in-object · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
