New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-block-comments

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

node-block-comments

Get block comments in provided file - node modules

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
2
Created
Source

node-block-comments

Get block comments in provided file or directory - node modules

Usage


var nbc = require('node-block-comments')
nbc.inFile(filepath) // gets you an array of all the comments
nbc.inDir(dirpath) // gets you an array of all the comments in *.js in directory

OR as an executable

npx node-block-comments OR npm i -g node-block-comments && blockComments <file|empty>

License

MIT © 2018 Git Faf

Keywords

Anubhav

FAQs

Package last updated on 28 May 2021

Did you know?

Socket

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.

Install

Related posts