| commit | 832fbdfbfe28bd35f571ccfc8db57e4bbfc63ddd | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Nov 18 18:18:55 2025 -0800 |
| committer | GitHub <noreply@github.com> | Tue Nov 18 18:18:55 2025 -0800 |
| tree | 80e6a1f39581db41c1bbfcf4d2862b71c1de9afa | |
| parent | 09d62eaa4f8edc77055de9265e4e9bad6919f6e5 [diff] |
chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#967) Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Contains npm modules used primarily by cordova and plugman.
git clone https://github.com/apache/cordova-lib.gitnpm install && npm linknpm install cordova-libNote: you will likely also want to get github.com/apache/cordova-common, github.com/apache/cordova-create, github.com/apache/cordova-serve which previously lived in this repo but have since been moved.
This package exposes the following commands;
npm run lint - runs a linter (eslint) on relevant source and test codenpm run unit-tests - runs the unit tests (via jasmine) from the spec/ directorynpm run cover - runs istanbul code coverage tool to measure unit test code coveragenpm run e2e-tests - runs heavy integration tests from the integration-tests/ directory (WARNING: these take a long time to run and rely on file and network I/O)npm test - shortcut for running the linter, the unit tests and the integration tests