jsoverson / grunt-open

Open urls and files from a grunt task
MIT License
109 stars 19 forks source link

use "opn" instead of "open" #36

Closed YunfengZhao915 closed 5 years ago

yindia commented 5 years ago

@YunfengZhao915 what's the benefit of that PR

YunfengZhao915 commented 5 years ago

@evalsocket "open" project is deprecated. In its homepage, it remmonds using "opn": https://github.com/jjrdn/node-open The home page of "opn" is: https://github.com/sindresorhus/opn

yindia commented 5 years ago

Does it solve the vulnerability #35

YunfengZhao915 commented 5 years ago

Does it solve the vulnerability #35

Yes, it does.

slunecniborecek commented 5 years ago

@evalsocket @jsoverson is there a time frame for this to be merged and released? Thanks

yindia commented 5 years ago

@slunecniborecek it's hard to say. Maintainer of this repo is not much active. So for now you can create fork from @jsoverson repo and use grunt-open

jsoverson commented 5 years ago

This was published to npm.

YunfengZhao915 commented 5 years ago

This was published to npm.

Thanks @jsoverson