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 6.1.0 to 6.1.1

2

build/component.js

@@ -966,3 +966,3 @@ "use strict";

if (paramSchema.default && paramValue === undefined) {
if (paramSchema.default !== undefined && paramValue === undefined) {
params[paramName] = paramSchema.default;

@@ -969,0 +969,0 @@ }

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

// set default value if undefined value passed in
if (paramSchema.default && paramValue === undefined) {
if (paramSchema.default !== undefined && paramValue === undefined) {
params[paramName] = paramSchema.default;

@@ -920,0 +920,0 @@ }

{
"name": "panel",
"version": "6.1.0",
"version": "6.1.1",
"description": "Web Components with Virtual DOM: lightweight composable web apps",

@@ -45,2 +45,5 @@ "main": "build/index.js",

"homepage": "https://github.com/mixpanel/panel",
"overrides": {
"webdriverio": "7.19.5"
},
"dependencies": {

@@ -47,0 +50,0 @@ "cuid": "2.1.6",

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