# @amphibian/object-has-property

> hasOwnProperty check

Latest version **1.0.1** (published 2016-12-14) · ISC license · 16 weekly downloads

## Install

```sh
npm install @amphibian/object-has-property
pnpm add @amphibian/object-has-property
yarn add @amphibian/object-has-property
bun add @amphibian/object-has-property
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2016-12-14 |
| First published | 2016-03-26 |
| Weekly downloads | 16 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Thomas Lindstrøm |
| Maintainers | amphibian |

## Links

- npm: https://www.npmjs.com/package/@amphibian/object-has-property
- Repository: https://gitlab.com/thomaslindstr_m/object-has-property
- Homepage: https://gitlab.com/thomaslindstr_m/object-has-property#README
- Issues: https://gitlab.com/thomaslindstr_m/object-has-property/issues
- npm.io page: https://npm.io/package/@amphibian/object-has-property

## Recent versions

- 1.0.1 (latest) — 2016-12-14
- 1.0.0 — 2016-03-26

## README

# object-has-property

hasOwnProperty check

```
npm install @amphibian/object-has-property
```

```javascript
var objectHasProperty = require('@amphibian/object-has-property');

objectHasProperty({fish: true}, 'fish'); // > true
objectHasProperty({apples: true}, 'fish'); // > false
```

---
_Source: https://npm.io/package/@amphibian/object-has-property · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
