Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/wcmd.svg)](https://npmjs.org/package/wcmd) [![Downloads/week](https://img.shields.io/npm/dw/wcmd.svg)](https://npmjs.org/package/
$ npm install -g wcmd
$ wcmd (-V|simpleVersion)
1.0.4
$ wcmd (-v|--version|version)
wcmd/1.0.4 darwin-x64 node-v12.13.1
$ wcmd --help
USAGE
$ wcmd [TARGET]
ARGUMENTS
TARGET specified target directory path or filename
OPTIONS
-V, --simpleVersion show only command version
-h, --help show CLI help
-l, --line show summary by line
-m, --multiple count all files in a directory
-v, --version show CLI version
EXAMPLE
count a single file
$ wcmd README.md
- total (807)
- word-count-markdown(wcmd) (481)
- Usage (220)
- Commands (34)
- License (72)
count multiple files
$ wcmd /path/to/directory -m
- total (2625)
- chapter1 (2625)
- title1 (678)
- title2 (1947)
- 1. section1 (817)
- 2. section2 (640)
- 3. section3 (309)
- 4. section4 (157)
- total (408)
- chapter1 (408)
- total (1182)
- chapter1 (1182)
- title1 (395)
- title2 (301)
Note
-l
and -m
options cannot be used at the same time.-m
option and the directory path.FAQs
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/wcmd.svg)](https://npmjs.org/package/wcmd) [![Downloads/week](https://img.shields.io/npm/dw/wcmd.svg)](https://npmjs.org/package/
We found that wcmd demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.