Socket
Socket
Sign inDemoInstall

quasar-app-extension-json-api-viewer

Package Overview
Dependencies
4
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 2.0.0-alpha.1

jsconfig.json

36

package.json
{
"name": "quasar-app-extension-json-api-viewer",
"version": "1.3.0",
"version": "2.0.0-alpha.1",
"description": "A Quasar App Extension for viewing JSON API",

@@ -8,13 +8,37 @@ "author": "Jeff Galbraith <jeff@quasar.dev>",

"main": "src/index.js",
"scripts": {
"lint": "eslint --ext .js,.vue src",
"lint-fix": "eslint --ext .js,.vue src --fix"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/hawkeye64"
},
"publishConfig": {
"access": "public"
},
"bugs": "https://github.com/hawkeye64/json-api-viewer/issues",
"repository": {
"type": "git",
"url": ""
"url": "git+https://github.com/hawkeye64/json-api-viewer.git"
},
"bugs": "",
"homepage": "",
"homepage": "https://github.com/hawkeye64/json-api-viewer",
"keywords": [
"quasar",
"quasarframework",
"json api",
"viewer"
],
"dependencies": {
"quasar-ui-json-api-viewer": "^1.3.0"
"quasar-ui-json-api-viewer": "^2.0.0-alpha.1"
},
"devDependencies": {
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.1.0"
},
"engines": {
"node": ">= 8.9.0",
"node": ">= 10.0.0",
"npm": ">= 5.6.0",

@@ -21,0 +45,0 @@ "yarn": ">= 1.6.0"

8

src/boot/register.js

@@ -1,4 +0,6 @@

import Vue from 'vue'
import Viewer from 'quasar-ui-json-api-viewer'
import { boot } from 'quasar/wrappers'
import VuePlugin from 'quasar-ui-json-api-viewer'
Vue.use(Viewer)
export default boot(({ app }) => {
app.use(VuePlugin)
})

@@ -25,4 +25,4 @@ /**

// package or a minimum version of "@quasar/app" CLI
api.compatibleWith('quasar', '^1.5.0')
api.compatibleWith('@quasar/app', '^1.3.0 || ^2.0.0')
api.compatibleWith('quasar', '^2.0.0-beta.12')
api.compatibleWith('@quasar/app', '^3.0.0-beta.12')

@@ -29,0 +29,0 @@ // Uncomment the line below if you provide a JSON API for your component

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc