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

cnode-tools

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cnode-tools - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

program.js

6

js-count.js

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

isDir = fs.statSync(currentPath).isDirectory();
if(isFile) {

@@ -59,3 +59,3 @@ if(fileJsTypes.indexOf(extname) > -1) {

console.log(`js行数为:${filesJsLine} \njs行数为(去空行):${filesJsLineNoBlank}`);
console.log(`css行数为:${filesCssLine} \ncss行数为(去空行):${filesCssLineNoBlank}`);
console.log(`js/jsx lines:${filesJsLine} \n(rm empty lines):${filesJsLineNoBlank}`);
console.log(`css/sass/less/stylus lines:${filesCssLine} \n(rm empty lines):${filesCssLineNoBlank}`);
{
"name": "cnode-tools",
"version": "1.0.0",
"version": "1.0.1",
"description": "a Node tools ",

@@ -17,3 +17,4 @@ "main": "index.js",

"author": "huayifeng <qiufenghyf@163.com>",
"license": "ISC"
"license": "ISC",
"dependencies": {}
}

@@ -18,1 +18,10 @@ # node-tools

```
$ npm install cnode-tools -g
or
$ cnpm i cnode-tools -g
$ count
```
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