You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

nuxt-interpolation

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-interpolation - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+1
-1
lib/templates/plugin.js

@@ -9,3 +9,3 @@ import Vue from 'vue'

const navigate = event => {
const href = event.target.getAttribute('href')
const href = event.currentTarget.getAttribute('href')
if (href && href[0] === '/') {

@@ -12,0 +12,0 @@ event.preventDefault()

{
"name": "nuxt-interpolation",
"version": "0.2.2",
"version": "0.2.3",
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",

@@ -5,0 +5,0 @@ "main": "lib/module.js",