# cordova-browser

> cordova-browser release

Latest version **7.0.0** (published 2023-05-16) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install cordova-browser
pnpm add cordova-browser
yarn add cordova-browser
bun add cordova-browser
```

Provides the command `cordova-browser`.

## Health

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

Positive: no vulnerabilities; high maintenance score.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 7.0.0 |
| Published | 2023-05-16 |
| First published | 2014-09-05 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=16.13.0 |
| Dependencies | 4 |
| Unpacked size | 237.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 174 |
| Author | Apache Software Foundation |
| Maintainers | brodybits, dpogue, cordovaowner, stevegill, purplecabbage, anis, filmaj, bowserj, shazron, surajpindoria, erisu, niklasmerz, janpio, normanbreau, pvpoyer, kotikov.vladimir |
| Keywords | cordova, browser, apache |

## Links

- npm: https://www.npmjs.com/package/cordova-browser
- Repository: https://github.com/apache/cordova-browser
- Homepage: https://github.com/apache/cordova-browser#readme
- Issues: https://github.com/apache/cordova-browser/issues
- npm.io page: https://npm.io/package/cordova-browser

## Dependencies (4)

- [nopt](https://npm.io/package/nopt.md) ^7.1.0
- [shelljs](https://npm.io/package/shelljs.md) ^0.8.5
- [cordova-serve](https://npm.io/package/cordova-serve.md) ^4.0.1
- [cordova-common](https://npm.io/package/cordova-common.md) ^5.0.0

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 7.0.0 (latest) — 2023-05-16
- 6.0.0 — 2019-02-04
- 5.0.4 — 2018-08-10
- 5.0.3 — 2017-12-28
- 5.0.2 — 2017-12-20
- 5.0.1 — 2017-10-19
- 5.0.0 — 2017-08-30
- 4.1.0 — 2016-03-09
- 4.0.0 — 2015-08-20
- 3.6.0 — 2014-10-08
- 3.5.2 — 2014-09-10
- 3.5.1 — 2014-09-10
- 3.5.0 — 2014-09-05

## README

<!--
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#  KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.
#
-->
[![Node CI](https://github.com/apache/cordova-browser/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/apache/cordova-browser/actions?query=branch%3Amaster)
[![codecov.io](https://codecov.io/github/apache/cordova-browser/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-browser?branch=master)

# Cordova Browser

Target modern web browsers to build Apache Cordova based applications.

# Goals

- Browser targeted deployment
- Surfacing native platform incompatibilities from the open web platform

# PWA support

## cordova-browser now includes support for progressive web apps (PWAs)

- if your project supplies a `manifest.json` in the `www/` dir, it will be used
    - a `manifest.json` will be generated otherwise
- if your js code registers a service worker, it will also be used

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