New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-sellsuki-auth-2

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-sellsuki-auth-2 - npm Package Compare versions

Comparing version 2.5.1 to 2.5.2

2

index.js

@@ -46,3 +46,3 @@ /* global localStorage */

// add prepare loginpage component to vue instance
Vue.component(MyComponent.name, MyComponent)
Vue.component(MyComponent.name || MyComponent.default.name, MyComponent)

@@ -49,0 +49,0 @@ if (scope.authMiddleware) {

{
"name": "vue-sellsuki-auth-2",
"version": "2.5.1",
"version": "2.5.2",
"description": "vue-sellsuki-auth new version",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -19,2 +19,3 @@ Sellsuki Auth v2

* Function to check auth data manually (checkAuth), check cookie, localstorage, instance then redirect (2.5.1)
* Component error on vue 2.5.* so fixed it to support both < 2.5 > versions (2.5.2)

@@ -21,0 +22,0 @@ ## Requirement

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