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.13 to 0.1.1

dist/boot/api-augmentation.d.ts

9

package.json
{
"name": "quasar-app-extension-api-wrapper",
"version": "0.0.13",
"version": "0.1.1",
"description": "A Quasar App Extension designed to wrap up the most common features of an api client implementation",
"author": "Roberto <roberto.langarica@gmail.com>",
"license": "MIT",
"main": "src/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"prepublish": "tsc",
"scripts": {

@@ -24,3 +26,6 @@ "test": "echo \"No test specified\" && exit 0"

"api-client-wrapper": "^0.2.1"
},
"devDependencies": {
"vue": "^2.6.11"
}
}

@@ -9,16 +9,11 @@ /**

// import APIWrapper from './wrapper/APIWrapper'
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
conf.boot.push('~quasar-app-extension-api-wrapper/src/boot/api-wrapper-bootfile.js')
conf.boot.push('~quasar-app-extension-api-wrapper/dist/boot/api-wrapper-bootfile.js')
// make sure boot file transpiles
conf.build.transpileDependencies.push(/quasar-app-extension-api-wrapper[\\/]src[\\/]boot/)
// conf.build.transpileDependencies.push(/quasar-app-extension-api-wrapper[\\/]src[\\/]wrapper/)
conf.build.transpileDependencies.push(/quasar-app-extension-api-wrapper[\\/]dist[\\/]boot/)
// if boot file imports anything, make sure that

@@ -25,0 +20,0 @@ // the regex above matches those files too!

@@ -27,3 +27,3 @@ {

"strict": true, /* Enable all strict type-checking options. */
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
"noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */
// "strictNullChecks": true, /* Enable strict null checks. */

@@ -30,0 +30,0 @@ // "strictFunctionTypes": true, /* Enable strict checking of function types. */

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