
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.
基于 “DX优先 + Monorepos” 模式开发的 Vue 移动端组件库,代号:蛇夫座。
小包
import Vue from 'vue';
import Button from '@ophiuchus/button';
import Tabs from '@ophiuchus/tabs'; // 相当于 import { Tab, Tabs } from '@ophiuchus/tabs';
Vue.use(Button);
Vue.use(Tabs);
大包
import Vue from 'vue';
import { Button, Tabs } from 'ophiuchus';
Vue.use(Button);
Vue.use(Tabs); // 多组件包已经包含了 Tabs、Tab 组件
FAQs
### 介绍 基于 “DX优先 + Monorepos” 模式开发的 Vue 移动端组件库,代号:蛇夫座。
The npm package ophiuchus receives a total of 12 weekly downloads. As such, ophiuchus popularity was classified as not popular.
We found that ophiuchus 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.