๐Ÿš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more โ†’
Socket
Book a DemoInstallSign in
Socket

vue3-markdown-it

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-markdown-it - npm Package Compare versions

Comparing version

to
1.0.9

5

CHANGELOG.md

@@ -7,2 +7,6 @@ # Changelog

## [1.0.9] - 2021-06-05
### Changed
- Update dependencies
- Fix README (Thanks [manonthemat](https://github.com/manonthemat) for [#186](https://github.com/JanGuillermo/vue3-markdown-it/pull/186)!)
## [1.0.8] - 2021-04-02

@@ -77,2 +81,3 @@ ### Changed

[1.0.9]: https://github.com/JanGuillermo/vue3-markdown-it/compare/v1.0.8...v1.0.9
[1.0.8]: https://github.com/JanGuillermo/vue3-markdown-it/compare/v1.0.7...v1.0.8

@@ -79,0 +84,0 @@ [1.0.7]: https://github.com/JanGuillermo/vue3-markdown-it/compare/v1.0.6...v1.0.7

4

package.json
{
"name": "vue3-markdown-it",
"version": "1.0.8",
"version": "1.0.9",
"author": "Jan Guillermo",

@@ -22,3 +22,3 @@ "description": "An awesome Vue 3 markdown-it wrapper plugin that can even support external plugins!",

"dependencies": {
"markdown-it": "^12.0.3",
"markdown-it": "^12.0.6",
"markdown-it-abbr": "^1.0.4",

@@ -25,0 +25,0 @@ "markdown-it-anchor": "^7.1.0",

@@ -39,7 +39,7 @@ <p align="center">

import { createApp } from 'vue';
import VueMarkdownIt from 'vue3-markdown-it';
import Markdown from 'vue3-markdown-it';
const app = createApp();
app.use(VueMarkdownIt);
app.use(Markdown);
```

@@ -57,3 +57,3 @@

<div>
<vue3-markdown-it :source='source' />
<Markdown :source="source" />
</div>

@@ -63,7 +63,7 @@ </template>

<script>
import VueMarkdownIt from 'vue3-markdown-it';
import Markdown from 'vue3-markdown-it';
export default {
components: {
VueMarkdownIt
Markdown
},

@@ -125,3 +125,3 @@ data() {

> <div>
> <vue3-markdown-it :source='source' :plugins='plugins' />
> <Markdown :source="source" :plugins="plugins" />
> </div>

@@ -132,7 +132,7 @@ > </template>

> import MarkdownItStrikethroughAlt from 'markdown-it-strikethrough-alt';
> import VueMarkdownIt from 'vue3-markdown-it';
> import Markdown from 'vue3-markdown-it';
>
> export default {
> components: {
> VueMarkdownIt
> Markdown
> },

@@ -139,0 +139,0 @@ > data() {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet