# ember-immutable

> Ember-cli shim for immutable.js from facebook

Latest version **0.2.0** (published 2017-03-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install ember-immutable
pnpm add ember-immutable
yarn add ember-immutable
bun add ember-immutable
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2017-03-28 |
| First published | 2016-08-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10.0 |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Thomas Chen |
| Maintainers | foxnewsnetwork |
| Keywords | ember-addon, immutable, functional, programming |

## Links

- npm: https://www.npmjs.com/package/ember-immutable
- Repository: https://github.com/foxnewsnetwork/ember-immutable
- Homepage: https://github.com/foxnewsnetwork/ember-immutable#readme
- Issues: https://github.com/foxnewsnetwork/ember-immutable/issues
- npm.io page: https://npm.io/package/ember-immutable

## Dependencies (3)

- [immutable](https://npm.io/package/immutable.md) ^3.8.1
- [ember-cli-babel](https://npm.io/package/ember-cli-babel.md) ^5.1.6
- [ember-cli-node-assets](https://npm.io/package/ember-cli-node-assets.md) 0.2.2

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 0.2.0 (latest) — 2017-03-28
- 0.1.1 — 2016-08-31
- 0.1.0 — 2016-08-31

## README

# Ember-immutable

[![CircleCI](https://circleci.com/gh/foxnewsnetwork/ember-immutable.svg?style=svg)](https://circleci.com/gh/foxnewsnetwork/ember-immutable)

Ember-cli shim for using [Facebook's Immutable.js](https://facebook.github.io/immutable-js/)

```javascript
import Immutable from 'immutable';

const myMap = Immutable.Map();
```

## Installation

* `git clone <repository-url>` this repository
* `cd ember-immutable`
* `npm install`
* `bower install`

## Running

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).

## Running Tests

* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).

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