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.19 to 6.0.0-beta.20

2

lib/cjs/index.js

@@ -32,3 +32,3 @@ "use strict";

setupFn,
proxy
proxy,
});

@@ -35,0 +35,0 @@ if (proxy)

@@ -41,3 +41,3 @@ "use strict";

currentSettings = value;
}
},
};

@@ -58,7 +58,7 @@ hook.on(const_1.HOOK_PLUGIN_SETTINGS_SET, (pluginId, value) => {

method: prop,
args
args,
});
};
}
}
},
});

@@ -78,3 +78,3 @@ this.proxiedTarget = new Proxy({}, {

args,
resolve: () => { }
resolve: () => { },
});

@@ -90,3 +90,3 @@ return this.fallbacks[prop](...args);

args,
resolve
resolve,
});

@@ -96,3 +96,3 @@ });

}
}
},
});

@@ -99,0 +99,0 @@ }

@@ -1,1 +0,3 @@

export declare type App = any;
export declare type App = Record<string, any> & {
__app: true;
};
import { InspectorNodeTag } from './api';
import { ID } from './util';
export declare type ComponentInstance = any;
export declare type ComponentInstance = Record<string, any> & {
__component: true;
};
export interface ComponentTreeNode {

@@ -5,0 +7,0 @@ uid: ID;

@@ -19,3 +19,3 @@ import { getTarget, getDevtoolsGlobalHook, isProxyAvailable } from './env';

setupFn,
proxy
proxy,
});

@@ -22,0 +22,0 @@ if (proxy)

@@ -38,3 +38,3 @@ import { HOOK_PLUGIN_SETTINGS_SET } from './const';

currentSettings = value;
}
},
};

@@ -55,7 +55,7 @@ hook.on(HOOK_PLUGIN_SETTINGS_SET, (pluginId, value) => {

method: prop,
args
args,
});
};
}
}
},
});

@@ -75,3 +75,3 @@ this.proxiedTarget = new Proxy({}, {

args,
resolve: () => { }
resolve: () => { },
});

@@ -87,3 +87,3 @@ return this.fallbacks[prop](...args);

args,
resolve
resolve,
});

@@ -93,3 +93,3 @@ });

}
}
},
});

@@ -96,0 +96,0 @@ }

{
"name": "@vue/devtools-api",
"version": "6.0.0-beta.19",
"version": "6.0.0-beta.20",
"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