Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5 to 1.6.6-rc

2

build/component.js

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

if (this.isPanelRoot && this.initialized) {
if (this.initialized) {
this.update();

@@ -421,0 +421,0 @@ }

@@ -354,3 +354,3 @@ import cuid from 'cuid';

if (this.isPanelRoot && this.initialized) {
if (this.initialized) {
this.update();

@@ -357,0 +357,0 @@ }

{
"name": "panel",
"version": "1.6.5",
"version": "1.6.6-rc",
"description": "Web Components with Virtual DOM: lightweight composable web apps",

@@ -75,3 +75,4 @@ "main": "build/index.js",

"typescript": "3.2.2",
"web-component-tester": "5.0.0",
"wct-browser-legacy": "1.0.2",
"web-component-tester": "6.9.2",
"webpack": "1.13.0",

@@ -78,0 +79,0 @@ "zip-folder": "1.0.0"

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