@vue/devtools-api
Advanced tools
Comparing version 6.0.0-beta.21 to 6.0.0-beta.21.1
@@ -6,10 +6,2 @@ "use strict"; | ||
class ApiProxy { | ||
target; | ||
targetQueue; | ||
proxiedTarget; | ||
onQueue; | ||
proxiedOn; | ||
plugin; | ||
hook; | ||
fallbacks; | ||
constructor(plugin, hook) { | ||
@@ -16,0 +8,0 @@ this.target = null; |
import { HOOK_PLUGIN_SETTINGS_SET } from './const'; | ||
export class ApiProxy { | ||
target; | ||
targetQueue; | ||
proxiedTarget; | ||
onQueue; | ||
proxiedOn; | ||
plugin; | ||
hook; | ||
fallbacks; | ||
constructor(plugin, hook) { | ||
@@ -12,0 +4,0 @@ this.target = null; |
{ | ||
"name": "@vue/devtools-api", | ||
"version": "6.0.0-beta.21", | ||
"version": "6.0.0-beta.21.1", | ||
"description": "Interact with the Vue devtools from the page", | ||
@@ -5,0 +5,0 @@ "main": "lib/cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29190
805