Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign 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.6
to
0.2.7
+12
-0
CHANGELOG.md

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

### [0.2.7](https://github.com/daliborgogic/nuxt-interpolation/compare/v0.2.6...v0.2.7) (2021-11-06)
### Features
* event metaKey ([de6c417](https://github.com/daliborgogic/nuxt-interpolation/commit/de6c417450c5c56e4007fe51ac613c765903b7b5))
### Bug Fixes
* missing `noopener` ([9bf855d](https://github.com/daliborgogic/nuxt-interpolation/commit/9bf855de5678ef7f4689ff2703233be0f1e6b5d4))
### [0.2.6](https://github.com/daliborgogic/nuxt-interpolation/compare/v0.2.2...v0.2.6) (2021-11-06)

@@ -7,0 +19,0 @@

+3
-1

@@ -12,3 +12,5 @@ import Vue from 'vue'

event.preventDefault()
router.push(href)
event.metaKey
? window.open(href, '_blank', 'noopener')
: router.push(href)
}

@@ -15,0 +17,0 @@ }

{
"name": "nuxt-interpolation",
"version": "0.2.6",
"version": "0.2.7",
"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",