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 1.0.7-dev to 1.0.8-dev

src/drivers/vue.1.0.0.js

4

package.json

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

"version": "1.0.7-dev",
"version": "1.0.8-dev",

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

"replace-webpack-plugin": "0.1.2",
"@websanova/vue-auth": "1.0.7-dev"
"@websanova/vue-auth": "1.0.8-dev"
},

@@ -49,0 +49,0 @@

@@ -427,6 +427,13 @@ var __utils = require('./lib/utils.js'),

function Auth(options, driver) {
var router = options.router,
http = options.http;
delete options.http;
delete options.router;
this.currentToken = null;
this.options = __utils.extend(defaultOptions, [driver || {}, options || {}]);
this.options.router = router;
this.options.http = http;

@@ -433,0 +440,0 @@ this.watch = this.options._watch.call(this, {

@@ -7,3 +7,3 @@ var Auth = require('./auth.js')();

var auth,
driver = require('./drivers/vue.js');
driver = require('./drivers/vue.1.0.0.js')

@@ -10,0 +10,0 @@ driver.Vue = Vue;

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