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

vue-lazy-hydration

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-lazy-hydration - npm Package Compare versions

Comparing version 0.1.0-alpha.3 to 0.1.0-alpha.4

2

package.json
{
"name": "vue-lazy-hydration",
"version": "0.1.0-alpha.3",
"version": "0.1.0-alpha.4",
"description": "Lazy hydration of server-side rendered Vue.js components",

@@ -5,0 +5,0 @@ "keywords": [

@@ -81,3 +81,3 @@ # vue-lazy-hydration

() => import('./AdSlider.vue'),
{ selector: `.AdSlider` },
{ selector: '.AdSlider' },
),

@@ -88,4 +88,4 @@ ArticleContent: loadSsrOnly(() => import('./ArticleContent.vue')),

{
event: ['click' `focusin`],
selector: `.CommentForm`,
event: ['click', 'focusin'],
selector: '.CommentForm',
},

@@ -118,3 +118,3 @@ ),

const ResolvableUserSettingsForm = loadSsrOnly(() => import(`./UserSettingsForm.vue`));
const ResolvableUserSettingsForm = loadSsrOnly(() => import('./UserSettingsForm.vue'));

@@ -121,0 +121,0 @@ export default {

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