New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

panel

Package Overview
Dependencies
Maintainers
9
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 1.6.0 to 1.6.1

7

lib/index.d.ts

@@ -130,2 +130,6 @@ // Type definitions for panel

export class Component<State, AppState = {}, App = unknown> extends WebComponent {
/** The first Panel Component ancestor in the DOM tree; null if this component is the root */
$panelParent: Component<unknown>;
/**

@@ -146,2 +150,5 @@ * Attributes schema that defines the component's html attributes and their types

/** Refers to the outer-most element in the template file for shadow DOM components. Otherwise, el refers to the component itself. */
el: HTMLElement;
/** A flag that represents whether the component is currently connected and initialized */

@@ -148,0 +155,0 @@ initialized: boolean;

2

package.json
{
"name": "panel",
"version": "1.6.0",
"version": "1.6.1",
"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