jamesramsay / through2-get

A through2 to create a lodash.get analog for streams.
MIT License
1 stars 1 forks source link

Replace xtend with Object.assign #95

Closed realityking closed 6 years ago

realityking commented 7 years ago

Object.assign is available on all supported node versions.

codecov[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #95   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          20     19    -1     
  Branches        2      2           
=====================================
- Hits           20     19    -1
Impacted Files Coverage Δ
index.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 53c38cc...de6acda. Read the comment docs.