privatenumber / pkg-size.dev

📦🔍 Find the true size of an npm package
https://pkg-size.dev
688 stars 6 forks source link

recommend support registry #20

Open wangzongxu opened 1 year ago

wangzongxu commented 1 year ago

Can pkg-size.dev support registry? because I want to known a package size in company internal registry

privatenumber commented 1 year ago

Doesn't look like it yet: https://github.com/stackblitz/webcontainer-core/issues/21

Although, I'm not sure if it will be accessible if it's a private registry behind a VPN.

wangzongxu commented 1 year ago

Doesn't look like it yet: stackblitz/webcontainer-core#21

Although, I'm not sure if it will be accessible if it's a private registry behind a VPN.

I think depends on where does webcontainer download package from, it's accessible if it download in browser. otherwise it won't work🤔