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.4 to 2.5.5

4

index.js

@@ -31,4 +31,4 @@ /* global localStorage */

scope.router = options.router ? options.router : {}
scope.extend = options.extend ? options.extend : true
scope.authMiddleware = options.authMiddleware ? options.authMiddleware : true
scope.extend = options.extend === undefined ? true : options.extend
scope.authMiddleware = options.authMiddleware === undefined ? true : options.authMiddleware
scope.public = options.public ? scope.public.concat(options.public) : scope.public

@@ -35,0 +35,0 @@ if (scope.extend) {

{
"name": "vue-sellsuki-auth-2",
"version": "2.5.4",
"version": "2.5.5",
"description": "vue-sellsuki-auth new version",

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

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

* Component error on vue 2.5.* so fixed it to support both < 2.5 > versions (2.5.2)
* Fix authMiddleware and Extend option's flag check (2.5.5)

@@ -86,3 +87,3 @@ ## Requirement

### getAuthStatus [bool]
### checkAuth
Check auth data manually, If it's not valid then redirect to portal

@@ -146,1 +147,2 @@

```
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