Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

v-git-code-diff

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v-git-code-diff

## 下载 ``` npm install v-git-code-diff ```

  • 0.1.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

v-git-code-diff

下载

npm install v-git-code-diff

简介

该组件实现了[gitlab](https://gitlab.com/users/sign_in)合并请求页面中的代码对比功能

在线示例

[示例](https://mooncom.github.io/v-git-code-diff/dist/)

使用

  • 在main.js中进行组件的注册
import Vue from 'vue';
import codeDiff from 'v-git-code-diff';
Vue.use(codeDiff);
  • 在进行代码对比的组件中进行使用
<v-git-code-diff :list="codeData"/>

参数

Keywords

FAQs

Package last updated on 07 May 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc