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.1.4
to
0.1.6
+15
-0
CHANGELOG.md

@@ -5,2 +5,17 @@ # Change Log

<a name="0.1.6"></a>
## [0.1.6](https://github.com/daliborgogic/nuxt-interpolation/compare/v0.1.5...v0.1.6) (2018-09-13)
### Bug Fixes
* signed push ([3292abd](https://github.com/daliborgogic/nuxt-interpolation/commit/3292abd))
<a name="0.1.5"></a>
## [0.1.5](https://github.com/daliborgogic/nuxt-interpolation/compare/v0.1.4...v0.1.5) (2018-09-13)
<a name="0.1.4"></a>

@@ -7,0 +22,0 @@ ## [0.1.4](https://github.com/daliborgogic/nuxt-interpolation/compare/v0.1.3...v0.1.4) (2018-09-13)

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

@@ -11,3 +11,3 @@ "main": "index.js",

"lint": "node_modules/.bin/eslint --ext .js lib",
"release": "standard-version && git push --follow-tags && npm publish"
"release": "standard-version --sign && git push --follow-tags && npm publish"
},

@@ -14,0 +14,0 @@ "publishConfig": {

# interpolation
> Directive for binding every link to catch the click event, and if it's a relative link router will push.
> [Nuxt.js](https://github.com/nuxt/nuxt.js/) directive for binding every link to catch the click event, and if it's a relative link router will push.

@@ -5,0 +5,0 @@ ## Setup