
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
@newbility/nacos
Advanced tools
nacos 实现库,使用 nacos 实现 服务注册,配置拉取等相关功能
// 在启动项目中重写 `InitSettingManager` 函数
class App extends Program {
protected override async InitSettingManager(): Promise<void> {
super.InitSettingManager();
await UseNacosAsync();
}
}
// 在Startup模块中添加`NacosModule`依赖项
@DependsOn(NacosModule)
export class Startup extends AppModule {}
{
"nacos": {
"serverAddr": "127.0.0.1:8848",
// "accessKey": "nacos",
// "secretKey": "nacos",
"namespace": "test",
"requestTimeout": 6000,
"configKeys": [
"newbility-test",
{
"dataId": "newbility-test2",
"needSubscribe": true
}
],
"appName": "newbility", // app名称
"appIP": "192.168.1.1", // appIP地址,可选,默认本机IP
"appPort": "28000", // app端口,可选,默认启动端口
},
}
FAQs
nacos 实现库,使用 nacos 实现 服务注册,配置拉取等相关功能
The npm package @newbility/nacos receives a total of 2 weekly downloads. As such, @newbility/nacos popularity was classified as not popular.
We found that @newbility/nacos demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.