Socket
Socket
Sign inDemoInstall

@harlem/plugin-devtools

Package Overview
Dependencies
2
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

22

dist/esm/index.js

@@ -0,1 +1,18 @@

var __defProp = Object.defineProperty;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues = (a, b) => {
for (var prop in b || (b = {}))
if (__hasOwnProp.call(b, prop))
__defNormalProp(a, prop, b[prop]);
if (__getOwnPropSymbols)
for (var prop of __getOwnPropSymbols(b)) {
if (__propIsEnum.call(b, prop))
__defNormalProp(a, prop, b[prop]);
}
return a;
};
// src/constants.ts

@@ -148,6 +165,3 @@ var SENDER = "plugin:devtools";

color
} = {
...OPTIONS,
...options
};
} = __spreadValues(__spreadValues({}, OPTIONS), options);
return {

@@ -154,0 +168,0 @@ name: "devtools",

19

dist/iife/index.js

@@ -6,4 +6,18 @@ var HarlemDevtoolsPlugin = (() => {

var __getOwnPropNames = Object.getOwnPropertyNames;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues = (a, b) => {
for (var prop in b || (b = {}))
if (__hasOwnProp.call(b, prop))
__defNormalProp(a, prop, b[prop]);
if (__getOwnPropSymbols)
for (var prop of __getOwnPropSymbols(b)) {
if (__propIsEnum.call(b, prop))
__defNormalProp(a, prop, b[prop]);
}
return a;
};
var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });

@@ -178,6 +192,3 @@ var __require = (x) => {

color
} = {
...OPTIONS,
...options
};
} = __spreadValues(__spreadValues({}, OPTIONS), options);
return {

@@ -184,0 +195,0 @@ name: "devtools",

@@ -1,2 +0,19 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/constants.ts
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var __defProp = Object.defineProperty;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues = (a, b) => {
for (var prop in b || (b = {}))
if (__hasOwnProp.call(b, prop))
__defNormalProp(a, prop, b[prop]);
if (__getOwnPropSymbols)
for (var prop of __getOwnPropSymbols(b)) {
if (__propIsEnum.call(b, prop))
__defNormalProp(a, prop, b[prop]);
}
return a;
};
// src/constants.ts
var SENDER = "plugin:devtools";

@@ -148,6 +165,3 @@ var DEVTOOLS_ID = "harlem";

color
} = {
...OPTIONS,
...options
};
} = __spreadValues(__spreadValues({}, OPTIONS), options);
return {

@@ -154,0 +168,0 @@ name: "devtools",

{
"name": "@harlem/plugin-devtools",
"amdName": "harlemDevtools",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",

@@ -45,9 +45,9 @@ "author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",

"dependencies": {
"@harlem/utilities": "^2.0.0",
"@harlem/utilities": "^2.0.1",
"@vue/devtools-api": "^6.0.0-beta.15"
},
"devDependencies": {
"@harlem/core": "^2.0.0"
"@harlem/core": "^2.0.1"
},
"gitHead": "08c19b9a416c273807b488884af1d8cc35ff5969"
"gitHead": "4d9efd9e353355446fb12431ab8e32c5c160c319"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc