
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@psff/cmp-textarea
Advanced tools
psff-textareaComponent to show textareas.
Setup the package as a dependencie.
yarn add @psff/cmp-textarea
Use the component <psff-textarea />.
import PsffTextarea from '@psff/cmp-textarea'
@Component({
components: {
'psff-textarea': PsffTextarea,
},
})
export default class MyComponent extends Vue {}
.my-textarea {
--psff-textarea-background-color: #fabada;
--psff-textarea-label-color: black;
}
<psff-textarea
class="my-textarea"
label="Email"
type="email"
placeholder="ex. kay.mcnulty@upenn.edu" />
<psff-textarea />This component render an textarea.
Extend <textarea> tag parameters with:
label (string, optional): to show a label for the textarea.errorMessage (string, optional): 'right')*: to show an error message.change (value: string): new value after user interaction.Generic:
--psff-textarea-label-color (default #5e88fc)--psff-textarea-label-font-family (default inherit)--psff-textarea-label-font-size (default inherit)--psff-textarea-label-font-weight (default inherit)--psff-textarea-label-line-height (default inherit)--psff-textarea-label-margin-bottom (default 4px)--psff-textarea-background-color (default #fff)--psff-textarea-border-color (default #b8cbfd)--psff-textarea-border-color-error (default #ffc0b9)--psff-textarea-border-radius (default 4px)--psff-textarea-border-size (default 1px)--psff-textarea-box-shadow (default 2px 2px 4px rgba(94, 136, 252, .1))--psff-textarea-color (default #313131)--psff-textarea-font-family (default inherit)--psff-textarea-font-size (default inherit)--psff-textarea-font-weight (default inherit)--psff-textarea-line-height (default inherit)--psff-textarea-error-color (default #fb5f4f)--psff-textarea-error-font-family (default inherit)--psff-textarea-padding (default 16px)--psff-textarea-placeholder-color (default none)Disabled:
--psff-textarea-label-color-disabled (default #848484)--psff-textarea-background-color-disabled (default #ede9e5)--psff-textarea-border-color-disabled (default #afaeaf)--psff-textarea-color-disabled (default #afaeaf)Focused:
--psff-textarea-border-color-focused (default #5e88fc)--psff-textarea-border-color-error-focused (default #fb5f4f)FAQs
Generic textarea component
We found that @psff/cmp-textarea demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.