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

quasar-app-extension-api-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quasar-app-extension-api-wrapper - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "quasar-app-extension-api-wrapper",
"version": "0.0.4",
"version": "0.0.5",
"description": "A Quasar App Extension",

@@ -5,0 +5,0 @@ "author": "Roberto <roberto.langarica@gmail.com>",

@@ -483,3 +483,3 @@ import axios from 'axios';

setAuthorization(token, type = 'Bearer'){
this.axiosInstance.defaults.headers.common['Authorization'] = type + token;
this.axiosInstance.defaults.headers.common['Authorization'] = `${type} ${token}`;
}

@@ -486,0 +486,0 @@

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