The Wayback Machine - https://web.archive.org/web/20210315134157/https://github.com/topics/registry
Skip to content
#

registry

Here are 807 public repositories matching this topic...

verdaccio
pusherman
pusherman commented Jun 17, 2020

https://github.com/verdaccio/monorepo/blob/9.x/core/types/index.d.ts defines

type AuthAccessCallback = (error: string | null, access: boolean) => void;

interface IPluginAuth<T> extends IPlugin<T> {
  authenticate(user: string, password: string, cb: AuthCallback): void;
  adduser?(user: string, password: string, cb: AuthCallback): void;
  changePassword?(user: string, password: stri
mattmoor
mattmoor commented Jun 13, 2018

Docker enables folks to use custom certs for their registries via this directory (and possibly environment variables). We should figure out how tools can support this, perhaps through support directly in the library, or perhaps through documentation on how to properly set up the http.RoundTripper passed into remote.Foo calls.

crane and ko would be good examples for how we add support f

skpm

第一个完整的react-native项目。包括服务端和移动端两部分。服务端使用express+bootstrap进行搭建,主要功能有登录、退出、模块选择、查看、修改、删除、分页等后台管理的基本功能;移动端主要用到组件View、Text、Image、ScrollView、ListView等常用的组件,也使用了第三方的地图服务(高德地图),作为初学者。是一个很好的学习案例。

  • Updated Feb 20, 2020
  • JavaScript
oras
YXL76
YXL76 commented Mar 5, 2021

When running yarn dlx ovsx publish ***, it shows


/tmp/xfs-933bd88c/dlx-2073/.pnp.js:5772
    throw firstError;
    ^

Error: ovsx tried to access tmp, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.

Required package: tmp (via "tmp")
Required by: ovsx@npm:0.1.0-next.a9154dc (via /home/runner/.yarn/berry/cache/ovsx-npm-0.1.0-next.a915

Improve this page

Add a description, image, and links to the registry topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the registry topic, visit your repo's landing page and select "manage topics."

Learn more