Socket
Socket
Sign inDemoInstall

@harlem/plugin-devtools

Package Overview
Dependencies
24
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0-beta.5 to 2.4.0-beta.6

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [2.4.0-beta.6](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.5...v2.4.0-beta.6) (2022-11-18)
**Note:** Version bump only for package @harlem/plugin-devtools
# [2.4.0-beta.5](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2022-11-17)

@@ -8,0 +16,0 @@

8

package.json
{
"name": "@harlem/plugin-devtools",
"amdName": "harlemDevtools",
"version": "2.4.0-beta.5",
"version": "2.4.0-beta.6",
"license": "MIT",

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

"dependencies": {
"@harlem/utilities": "^2.4.0-beta.5",
"@harlem/utilities": "^2.4.0-beta.6",
"@vue/devtools-api": "^6.4.5"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.5"
"@harlem/core": "^2.4.0-beta.6"
},
"gitHead": "f692da0c8e3070bcdf3b700b7f8380b0abb26d9d"
"gitHead": "754717fd301721edf38c5276a5138e5f344458cd"
}

@@ -13,2 +13,3 @@ import {

RegistrationValueProducer,
TriggerEventData,
} from '@harlem/core';

@@ -182,3 +183,3 @@

function getMutationHook(api: DevtoolsPluginApi<unknown>, logType?: LogType): EventHandler {
function getMutationHook(api: DevtoolsPluginApi<unknown>, logType?: LogType): EventHandler<TriggerEventData> {
return payload => {

@@ -185,0 +186,0 @@ if (!payload) {

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