Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Laverna is a JavaScript note-taking web application with a Markdown editor and encryption support. It's built to be an open source alternative to Evernote.
Laverna is a JavaScript note-taking web application with a Markdown editor and encryption support. It's built to be an open source alternative to Evernote.
The application stores all your notes in your browser local storage spaces such as indexedDB or localStorage, which is good for security reasons, because only you have access to them.
Demo: https://laverna.cc/ OR http://laverna.github.io/static-laverna
You can use the application at laverna.cc, but we encourage you to install it on your own server or machine.
You can download the minified version of Laverna app from Laverna/static-laverna repository if you don't want to build it yourself:
git clone -b gh-pages https://github.com/Laverna/static-laverna
To install, do the following:
git clone git@github.com:Laverna/laverna.git
git checkout 0.6.2
npm install bower
npm install grunt
npm install grunt-cli
npm install && bower install
grunt build
You can change the storage API keys in app/scripts/constants.js
Published under GNU GPL v.3
Laverna uses a lot of other libraries and each of these [libraries uses different licences] 2.
FAQs
Laverna is a JavaScript note-taking web application with a Markdown editor and encryption support. It's built to be an open source alternative to Evernote.
The npm package laverna receives a total of 1 weekly downloads. As such, laverna popularity was classified as not popular.
We found that laverna 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.