Gathering detailed insights and metrics for cordova-windows
Gathering detailed insights and metrics for cordova-windows
npm install cordova-windows
Typescript
Module System
Min. Node Version
Node Version
NPM Version
68.7
Supply Chain
90.4
Quality
80.8
Maintenance
50
Vulnerability
83.4
License
JavaScript (90.35%)
Batchfile (4.57%)
PowerShell (2.12%)
CSS (2.09%)
HTML (0.87%)
Total Downloads
5,155,783
Last Day
401
Last Week
1,306
Last Month
6,112
Last Year
97,443
203 Stars
648 Commits
170 Forks
40 Watching
10 Branches
83 Contributors
Minified
Minified + Gzipped
Latest Version
7.0.1
Package Id
cordova-windows@7.0.1
Unpacked Size
1.17 MB
Size
461.39 kB
File Count
223
NPM Version
6.13.4
Node Version
12.14.0
Cumulative downloads
Total Downloads
Last day
-2.2%
401
Compared to previous day
Last week
-32.3%
1,306
Compared to previous week
Last month
57.3%
6,112
Compared to previous month
Last year
-43%
97,443
Compared to previous year
📌 Deprecation Notice
This repository is deprecated and no more work will be done on this by Apache Cordova. You can continue to use this and it should work as-is but any future issues will not be fixed by the Cordova community.
Feel free to fork this repository and improve your fork. Existing forks are listed in Network and Forks.
This repo contains the code for an Apache Cordova platform that allows you to build applications that target Windows 10, and Windows 8.1, as well as Windows Phone 8.1. An Apache Cordova based applications is written in HTML, CSS and JavaScript.
(Warning: Windows 8 has been deprecated, please update your applications to target Windows 8.1 or above)
Apache Cordova is a project of The Apache Software Foundation (ASF)
See https://cordova.apache.org/docs/en/dev/guide/platforms/windows/index.html#requirements-and-support
Note that Visual Studio 2019 is not supported, as discussed in cordova-windows issue #327.
The best way to use this is to install the Cordova CLI, create a project, add the windows platform, and run the app:
npm install -g cordova
cordova create test
cordova platform add windows
cordova run windows
You can get your JavaScript logs as well as Windows logs related to your Windows Store application by running the following command from your app directory:
platforms\windows\cordova\log
In most cases, this command requires administrator privileges. However, if you want to gather logs without admin privileges, you may need to manually enable logging channel via Event Viewer:
Start -> Run -> eventvwr
View -> Show Analytic and Debug Logs
Applications and Services Logs -> Microsoft -> Windows -> AppHost -> AppTracing -> Enable Log
Please note that the log command is supported only for Windows Store applications and cannot get logs from Windows Phone application.
Report them right here at GitHub using the "Issues" tab.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 19/25 approved changesets -- score normalized to 7
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
21 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More