Socket
Socket
Sign inDemoInstall

@bva/vue-sticky-directive

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "@bva/vue-sticky-directive",
"version": "0.1.1",
"version": "0.1.2",
"description": "Vue directive to enable sticky scrolling on navigation elements such as headers and sidebars.",

@@ -5,0 +5,0 @@ "main": "vue-sticky-directive.js",

@@ -119,7 +119,7 @@ (function (global, factory) {

Vue.directive("StickyDirective", StickyDirective);
};
}; //Breaks Nuxt
// if (window.Vue) {
// Vue.use(install);
// }
if (window.Vue) {
Vue.use(install);
}

@@ -126,0 +126,0 @@ StickyDirective.install = install;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc