# lodash.startswith

> The lodash method `_.startsWith` exported as a module.

Latest version **4.2.1** (published 2016-08-13) · MIT license · 769.7K weekly downloads

> **Better alternative:** See documentation for alternatives (https://github.com/AikidoSec/module-replacements/blob/main/docs/lodash-underscore)

## Install

```sh
npm install lodash.startswith
pnpm add lodash.startswith
yarn add lodash.startswith
bun add lodash.startswith
```

## Health

**Score 63/100 (C)** — status: abandoned.

Positive: moderate downloads; has types package; no vulnerabilities; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.2.1 |
| Published | 2016-08-13 |
| First published | 2015-01-26 |
| Weekly downloads | 769.7K |
| License | MIT |
| TypeScript types | separate (@types/lodash.startswith) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 61274 |
| Author | John-David Dalton |
| Maintainers | jdalton, d10, kitcambridge, mathias, phated |
| Keywords | lodash-modularized, startswith |

## Links

- npm: https://www.npmjs.com/package/lodash.startswith
- Repository: https://github.com/lodash/lodash
- Homepage: https://lodash.com/
- Issues: https://github.com/lodash/lodash/issues
- npm.io page: https://npm.io/package/lodash.startswith

## Alternatives

- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads
- [@qmilab/lodestar-trace](https://npm.io/package/@qmilab/lodestar-trace.md) — 42 weekly downloads

## Recent versions

- 4.2.1 (latest) — 2016-08-13
- 4.2.0 — 2016-07-25
- 4.1.0 — 2016-05-12
- 4.0.1 — 2016-04-03
- 4.0.0 — 2016-02-16
- 3.2.0 — 2016-02-08
- 3.1.2 — 2016-02-03
- 3.1.1 — 2016-01-26
- 3.1.0 — 2016-01-13
- 3.0.1 — 2015-03-09
- 3.0.0 — 2015-01-26

## README

# lodash.startswith v4.2.1

The [lodash](https://lodash.com/) method `_.startsWith` exported as a [Node.js](https://nodejs.org/) module.

## Installation

Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.startswith
```

In Node.js:
```js
var startsWith = require('lodash.startswith');
```

See the [documentation](https://lodash.com/docs#startsWith) or [package source](https://github.com/lodash/lodash/blob/4.2.1-npm-packages/lodash.startswith) for more details.

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