Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue/devtools-api

Package Overview
Dependencies
Maintainers
4
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/devtools-api - npm Package Compare versions

Comparing version 6.0.0-beta.21 to 6.0.0-beta.21.1

8

lib/cjs/proxy.js

@@ -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;

2

package.json
{
"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",

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