lirantal / lockfile-lint

Lint an npm or yarn lockfile to analyze and detect security issues
Apache License 2.0
781 stars 35 forks source link

chore: switch to `string.includes` #68

Closed XhmikosR closed 4 years ago

XhmikosR commented 4 years ago

Description

Types of changes

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Checklist:


@lirantal I can't test this being I'm on Windows and tests just fail for master too. :/

codecov-io commented 4 years ago

Codecov Report

Merging #68 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   95.08%   95.08%           
=======================================
  Files          11       11           
  Lines         183      183           
  Branches       29       29           
=======================================
  Hits          174      174           
  Misses          8        8           
  Partials        1        1
Impacted Files Coverage Δ
...lockfile-lint-api/src/validators/ValidateScheme.js 100% <100%> (ø) :arrow_up:
...s/lockfile-lint-api/src/validators/ValidateHost.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e84bdb7...1972cca. Read the comment docs.

lirantal commented 4 years ago

Love it, thanks @XhmikosR ❤️