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

remove-match

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remove-match

Find all the lines that match a given entry

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

remove-match

npm license github-issues

Find all the lines that match a given entry

nodei.co

travis-status stars forks

forks

Features

  • Parse text with chords

Usage

const remover = require('remove-match');
remover.findMatch('file.txt', 'This Line');

OR

npm i -g remove-match
# Save the lines without the matched entry
remove-match -f file.txt -m 'This Line' -o output.txt

Install

npm install --save remove-match

Scripts

  • npm run build : rm -rf dist && tsc
  • npm run test : mocha ./dist/test/*.js

Dependencies

PackageVersionDev
args-finder0.0.3
commander^2.15.1
great-logs0.0.4
minimist^1.2.0
replace^1.0.0
shelljs^0.8.2
@types/chai^4.1.3
@types/mocha^5.2.0
@types/node^10.0.2
chai^4.1.2
mocha^5.1.1

Contributing

Contributions welcome; Please submit all pull requests against the master branch. If your pull request contains TypeScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!

Author

Wendly Saintil wendlysaintil@gmail.com tsm.author.url

License

Keywords

remove-match

FAQs

Package last updated on 23 Jun 2018

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