# react-izon-core

> Analyze React Component dependencies from AST

Latest version **0.0.4** (published 2020-02-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-izon-core
pnpm add react-izon-core
yarn add react-izon-core
bun add react-izon-core
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2020-02-03 |
| First published | 2020-02-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 1 |
| Unpacked size | 27.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | uttk |
| Maintainers | uttk |
| Keywords | react-izon, react, izon, dependency, component, analyze |

## Links

- npm: https://www.npmjs.com/package/react-izon-core
- Repository: https://github.com/uttk/react-izon
- Issues: https://github.com/uttk/react-izon/issues
- npm.io page: https://npm.io/package/react-izon-core

## Dependencies (1)

- [@babel/parser](https://npm.io/package/@babel/parser.md) ^7.8.3

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.4 (latest) — 2020-02-03
- 0.0.3 — 2020-02-02
- 0.0.2 — 2020-02-02

## README

# react-izon-core

Analyze Dependency of React Component with AST obtained from [@babel/parser](https://www.npmjs.com/package/@babel/parser)

## Install

Install with [npm](https://www.npmjs.com/)

```bash
$> npm install react-izon-core
```

Install with [yarn](https://classic.yarnpkg.com/)

```bash
$> yarn add react-izon-core
```

## Usage

```javascript
import { DependencyChecker } from "react-izon-core"

const checker = new DependencyChecker( analyze_file_path, event => {

  if(event.type === "done"){
    const { dependencies } = event;

    // something
  }

})

checker.check()
```

# License

[MIT](LICENSE "LICENSE")

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