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

@pzh-temporary/pzh-vue-component-library

Package Overview
Dependencies
Maintainers
0
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pzh-temporary/pzh-vue-component-library - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

2

package.json
{
"name": "@pzh-temporary/pzh-vue-component-library",
"version": "1.1.9",
"version": "1.1.10",
"type": "module",

@@ -5,0 +5,0 @@ "scripts": {

@@ -88,5 +88,5 @@ export const validationConfigurationProp = {

function hasValue(value) {
if (typeof mutableValue.value === "undefined") return false;
if (mutableValue.value === null) return false;
return String(mutableValue.value).trim().length > 0;
if (typeof value === "undefined") return false;
if (value === null) return false;
return String(value).trim().length > 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