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

lib/cjs/time.js

1

lib/cjs/index.js

@@ -19,2 +19,3 @@ "use strict";

__exportStar(require("./plugin"), exports);
__exportStar(require("./time"), exports);
function setupDevtoolsPlugin(pluginDescriptor, setupFn) {

@@ -21,0 +22,0 @@ const descriptor = pluginDescriptor;

@@ -5,2 +5,3 @@ "use strict";

const const_1 = require("./const");
const time_1 = require("./time");
class ApiProxy {

@@ -43,2 +44,5 @@ constructor(plugin, hook) {

},
now() {
return (0, time_1.now)();
},
};

@@ -45,0 +49,0 @@ if (hook) {

@@ -5,2 +5,3 @@ import { DevtoolsPluginApi } from './api';

export * from './plugin';
export * from './time';
export { PluginQueueItem } from './env';

@@ -7,0 +8,0 @@ declare type Cast<A, B> = A extends B ? A : B;

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

export * from './plugin';
export * from './time';
export function setupDevtoolsPlugin(pluginDescriptor, setupFn) {

@@ -8,0 +9,0 @@ const descriptor = pluginDescriptor;

import { HOOK_PLUGIN_SETTINGS_SET } from './const';
import { now } from './time';
export class ApiProxy {

@@ -39,2 +40,5 @@ constructor(plugin, hook) {

},
now() {
return now();
},
};

@@ -41,0 +45,0 @@ if (hook) {

2

package.json
{
"name": "@vue/devtools-api",
"version": "6.0.13",
"version": "6.1.0",
"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