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

avtryck-ui-for-p-red

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avtryck-ui-for-p-red - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

4

components/input.js

@@ -48,3 +48,3 @@ const resolve = require('resolve/sync')

slots: {
hide: ['default']
hide: ['default', 'icon']
},

@@ -146,3 +146,3 @@ events: {

type: 'code',
code: component.properties.labelText.value + '<div class="avtryck-clearInput-icon" class:show={' + component.properties.value.value + '} on:click={' + event +'}><Close/></div>'
code: `{${component.properties.labelText.value}}<div class="avtryck-clearInput-icon" class:show={${component.properties.value.value}} on:click={${event}}><Close/></div>`
}

@@ -149,0 +149,0 @@ ],

{
"name": "avtryck-ui-for-p-red",
"version": "1.0.13",
"version": "1.0.14",
"description": "A plugin to add carbon design components to p-red.",

@@ -5,0 +5,0 @@ "author": "Christian Geiger",

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