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

panel

Package Overview
Dependencies
Maintainers
6
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

panel - npm Package Compare versions

Comparing version 5.10.0-perf.1 to 5.10.0-perf.2

2

build/dom-patcher.js

@@ -136,3 +136,3 @@ 'use strict';

var elapsedMs = Date.now() - startedAt;
if (elapsedMs > this.slowThreshold) {
if (this.component && elapsedMs > this.component.slowThreshold) {
this.component.dispatchEvent(new CustomEvent('slowRender', {

@@ -139,0 +139,0 @@ detail: { elapsedMs: elapsedMs, component: this.component },

@@ -99,3 +99,3 @@ /**

const elapsedMs = Date.now() - startedAt;
if (elapsedMs > this.slowThreshold) {
if (this.component && elapsedMs > this.component.slowThreshold) {
this.component.dispatchEvent(

@@ -102,0 +102,0 @@ new CustomEvent(`slowRender`, {

{
"name": "panel",
"version": "5.10.0-perf.1",
"version": "5.10.0-perf.2",
"description": "Web Components with Virtual DOM: lightweight composable web apps",

@@ -5,0 +5,0 @@ "main": "build/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