Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

code-rows-count

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-rows-count - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -9,3 +9,3 @@ #! /usr/bin/env node

program
.version('1.0.2')
.version('1.0.3')
.option('-p, --filePath [filePath]', '文件路径')

@@ -12,0 +12,0 @@ .option('-i, --ignoreFile [ignoreFile]', '忽略文件')

{
"name": "code-rows-count",
"version": "1.0.2",
"version": "1.0.3",
"description": "code rows count",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -40,3 +40,3 @@ ## codeLineCount

```
$ codeLineCount -p /home/silence/nodejs/test -i node_modules,yarn.lock
$ codeLineCount -p /home/silence/nodejs/test -i node_modules,yarn.lock,.git,package.json.lock

@@ -43,0 +43,0 @@ 文件路径:/home/silence/nodejs/test/color.js, 文件行数:19

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc