New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@lsbrel/bc64filepicker

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lsbrel/bc64filepicker

BC64DatePicker A Vue.js Date Picker developed for getting documents from the client side and returning the document encoded in a base64 string.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

BC64DatePicker

A Vue.js Date Picker developed for getting documents from the client side and returning the document encoded in a base64 string.

Download
npm i @lsbrel/bc64datepicker
Usage
<script setup>
  import BC64FilePicker from "@lsbrel/bc64filepicker";
  import "@lsbrel/bc64filepicker/dist/bc64filepicker.css";
</script>
<template>
  <BC64FilePicker
    text="Clique aqui para enviar um arquivo"
    text-color="#4b5563"
    icon-color="#4b5563"
    border-color="#cacaca"
    @base64result="value => console.log(value)"
  />
</template>

FAQs

Package last updated on 28 May 2024

Did you know?

Socket

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.

Install

Related posts