# vanillajs

> vanillajs with tree-shake and typescript support

Latest version **1.0.1** (published 2020-05-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install vanillajs
pnpm add vanillajs
yarn add vanillajs
bun add vanillajs
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2020-05-21 |
| First published | 2012-10-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 24.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12 |
| Author | Jan Peer Stöcklmair |
| Maintainers | jpeer |
| Keywords | vanillajs, vanilla, js, framework, fast, lightweight, powerful |

## Links

- npm: https://www.npmjs.com/package/vanillajs
- Repository: https://github.com/JPeer264/vanilla.js
- Homepage: https://github.com/JPeer264/vanilla.js#readme
- Issues: https://github.com/JPeer264/vanilla.js/issues
- npm.io page: https://npm.io/package/vanillajs

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.1 (latest) — 2020-05-21
- 1.0.0 — 2020-05-21
- 0.0.0 — 2012-10-04

## README

# vanilla.js

[![Build Status](https://travis-ci.com/JPeer264/vanilla.js.svg?branch=master)](https://travis-ci.com/JPeer264/vanilla.js)

> TypeScript and tree-shaking support

Vanilla JS is a fast, lightweight, cross-platform framework for building incredible, powerful JavaScript applications.

## Installation

```sh
$ npm i vanillajs
```

or

```sh
$ yarn add vanillajs
```

## Usage

> Read the [docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects) to see which functions are available

```ts
import { Map } from 'vanillajs';

const myMap = new Map<string, boolean>();

myMap.set('config', true);
```

## Credit

Thanks to [Mikeal Rogers](https://github.com/mikeal) for the package on npm

## License

Licensed under MIT

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