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.4.2-beta to 2.4.3-beta

4

package.json

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

"version": "2.4.2-beta",
"version": "2.4.3-beta",

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

"dependencies": {
"@websanova/vue-auth": "2.4.2-beta"
"@websanova/vue-auth": "2.4.3-beta"
},

@@ -31,0 +31,0 @@

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

var ready = auth.ready;
var login = auth.login;

@@ -23,3 +22,2 @@ var fetch = auth.fetch;

get: function () {
auth.ready = ready.bind(this);
auth.login = login.bind(this);

@@ -26,0 +24,0 @@ auth.fetch = fetch.bind(this);

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