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

vue-disqus

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-disqus - npm Package Compare versions

Comparing version 5.1.0-alpha.0 to 5.1.0

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## [5.1.0](https://github.com/ktquez/vue-disqus/compare/v5.1.0-alpha.0...v5.1.0) (2021-05-24)
## [5.1.0-alpha.0](https://github.com/ktquez/vue-disqus/compare/v3.0.5...v5.1.0-alpha.0) (2021-04-10)

@@ -7,0 +9,0 @@

4

demo/src/main.ts
import { createApp } from 'vue'
import App from './App.vue'
import Disqus from '../../src'
import VueDisqus from '../../src'
createApp(App)
.use(Disqus, { shortname: 'vue-disqus-test' })
.use(VueDisqus, { shortname: 'ktquez-dev-test' })
.mount('#app')
{
"name": "vue-disqus",
"version": "5.1.0-alpha.0",
"version": "5.1.0",
"description": "Vue component to integrate Disqus comments in your application, with support for SPA",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

# vue-disqus for Vue 3
---
🔥 WORKING IN PROGRESS
🔥 HEADS UP! You are in the Vue 3 compatible branch, [check the branch for Vue 2 support](https://github.com/ktquez/vue-disqus).

@@ -10,4 +8,12 @@

Vue component to integrate Disqus comments in your application [Vue.js](http://vuejs.org/), with support for SPA and Vue 2.*
Vue component to integrate Disqus comments in your application [Vue.js](http://vuejs.org/), with support for SPA ([Vue 2](https://github.com/ktquez/vue-disqus/tree/master) & [Vue 3](https://github.com/ktquez/vue-disqus/tree/next))
## Features
- Events for all disqus callbacks;
- Lazy load (by IntersectionObserver);
- Support a Page and SSO config with props validator;
- Update disqus automatically when language changes occur;
- Possibility to use the reset method (using ref);
- DisqusCount component;
## Links

@@ -14,0 +20,0 @@

Sorry, the diff of this file is not supported yet

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