Comparing version 6.1.0 to 6.1.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143216
1