Socket
Socket
Sign inDemoInstall

@lrnwebcomponents/hax-body-behaviors

Package Overview
Dependencies
Maintainers
4
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lrnwebcomponents/hax-body-behaviors - npm Package Compare versions

Comparing version 2.6.24 to 2.7.0

12

lib/HAXWiring.js

@@ -424,3 +424,15 @@ /**

context.dispatchEvent(evt);
} else if (typeof context.tagName !== typeof undefined) {
const evt = new CustomEvent("hax-register-properties", {
bubbles: true,
composed: true,
cancelable: true,
detail: {
tag: context.tagName.toLowerCase(),
properties: props
}
});
context.dispatchEvent(evt);
} else {
console.warn(context);
console.warn(

@@ -427,0 +439,0 @@ `${tag} missed our checks and has an issue in implementation with HAX`

8

package.json

@@ -15,3 +15,3 @@ {

},
"version": "2.6.24",
"version": "2.7.0",
"description": "Wire any element up to HAX",

@@ -40,3 +40,3 @@ "repository": {

"dependencies": {
"@lrnwebcomponents/simple-fields": "^2.6.24",
"@lrnwebcomponents/simple-fields": "^2.7.0",
"@polymer/polymer": "^3.3.1"

@@ -46,3 +46,3 @@ },

"@lrnwebcomponents/deduping-fix": "^2.6.16",
"@lrnwebcomponents/storybook-utilities": "^2.6.24",
"@lrnwebcomponents/storybook-utilities": "^2.7.0",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",

@@ -62,3 +62,3 @@ "@polymer/iron-demo-helpers": "3.1.0",

},
"gitHead": "729ba00ffb9f93d78a7405d30f7d12ff2dc7d3c5"
"gitHead": "e6cd81cbe4a441cffa75ae5b6a4c699a923cd3e8"
}
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