Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lrnwebcomponents/utils

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lrnwebcomponents/utils - npm Package Compare versions

Comparing version 7.0.16 to 7.0.17

4

lib/activeStateBehavior.js

@@ -24,4 +24,4 @@ export const activeStateBehavior = function (SuperClass) {

let prop = {};
if (super.prop) {
prop = super.prop;
if (super.properties) {
prop = super.properties;
}

@@ -28,0 +28,0 @@ prop.isUserSelected = {

@@ -8,4 +8,4 @@ export const remoteLinkBehavior = function (SuperClass) {

let prop = {};
if (super.prop) {
prop = super.prop;
if (super.properties) {
prop = super.properties;
}

@@ -12,0 +12,0 @@ prop.remoteLinkTarget = {

{
"name": "@lrnwebcomponents/utils",
"version": "7.0.16",
"version": "7.0.17",
"description": "Helper functions to clean up web component data handling.",

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

},
"gitHead": "3f01a081c0e9953e959deffdbcba9a7dca1eeb65"
"gitHead": "a0c8558d0ed97b0ebbdddc84ea90fd01cf330635"
}
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