Huge News!Announcing our $40M Series B led by Abstract Ventures.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.12 to 0.0.13

tsconfig.json

4

package.json
{
"name": "quasar-app-extension-api-wrapper",
"version": "0.0.12",
"version": "0.0.13",
"description": "A Quasar App Extension designed to wrap up the most common features of an api client implementation",

@@ -23,4 +23,4 @@ "author": "Roberto <roberto.langarica@gmail.com>",

"dependencies": {
"api-client-wrapper": "^0.2.0"
"api-client-wrapper": "^0.2.1"
}
}

@@ -12,8 +12,8 @@ /**

module.exports = function (api) {
// APIWrapper.baseURL = api.prompts.baseURL !== '' ? api.prompts.baseURL : APIWrapper.baseURL;
api.extendQuasarConf((conf, api) => {
// make sure my-ext boot file is registered
// APIWrapper.baseURL = api.prompts.baseURL !== '' ? api.prompts.baseURL : APIWrapper.baseURL;
api.extendQuasarConf((conf, api) => {
// make sure my-ext boot file is registered
conf.boot.push('~quasar-app-extension-api-wrapper/src/boot/api-wrapper-bootfile.js')

@@ -20,0 +20,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