Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@websanova/vue-auth

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@websanova/vue-auth - npm Package Compare versions

Comparing version 2.8.1-beta to 2.8.2-beta

4

package.json

@@ -17,3 +17,3 @@ {

"version": "2.8.1-beta",
"version": "2.8.2-beta",

@@ -52,3 +52,3 @@ "repository": {

"@websanova/vue-auth": "2.8.1-beta",
"@websanova/vue-auth": "2.8.2-beta",
"axios": "0.15.3",

@@ -55,0 +55,0 @@ "vue-axios": "1.2.2"

@@ -12,3 +12,3 @@ module.exports = (function (){

function toArray(val) {
return val === undefined || (typeof val) === 'string' || (typeof val) === 'number' ? [val] : val;
return (typeof val) === 'string' || (typeof val) === 'number' ? [val] : val;
}

@@ -58,3 +58,3 @@

if (one.constructor !== Array || two.constructor !== Array) {
if (!one || !two || one.constructor !== Array || two.constructor !== Array) {
return false;

@@ -61,0 +61,0 @@ }

Sorry, the diff of this file is not supported yet

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