Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
A light and easy to use AJAX uploader fully customizable via HTML and CSS with drag & drop support.
$ npm install --save colibri.js
Import CSS:
<link rel="stylesheet" href="colibri.css">
Import JS:
<script src="colibri.js"></script>
Colibri is fully extensible via HTML and CSS and requires just a minimum markup:
<div class="colibri" id="colibri" data-pic="" data-post="http://localhost:5000/upload">
<label for="file">
<div>Choose a picture</div>
</label>
<input type="file" name="file" id="file" data-message="Upload in progress...">
</div>
Then instanciate colibri:
var colibri = new Colibri('#colibri');
Importants elements:
There is already a small express server capable of receiving the upload.
$ npm install
$ npm run dev
FAQs
A light and easy to use AJAX uploader.
The npm package colibri.js receives a total of 3 weekly downloads. As such, colibri.js popularity was classified as not popular.
We found that colibri.js 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.