Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Honza Javorek <https://github.com/honzajavorek/>
's Pelican <http://www.getpelican.com/>
setup.
|PyPI version| |Build Status|
.. code:: shell
$ pip install danube-delta
Warning: The library is only for Python 3.
#. Create basic scaffolding of your Pelican <http://www.getpelican.com/>
__ blog:
.. code:: shell
$ mkdir ./my-awesome-blog
$ cd ./my-awesome-blog
$ git init
$ mkdir ./content ./output
$ echo '/output' > .gitignore
#. Create ./settings.py
:
.. code:: python
from danube_delta.settings import *
AUTHOR = 'Zuzka & Honza'
SITENAME = 'Pražení'
if PRODUCTION:
SITEURL = 'http://example.com'
#. Install danube_delta
, globally:
.. code:: shell
$ sudo -H pip install danube_delta
#. In the root of your blog directory you can now use the blog
CLI:
.. code:: shell
$ blog write
.. code:: shell
$ blog update # Gets other people's changes from GitHub
$ blog write # Starts a new article
$ blog photos # Adds images to the last article
$ blog preview # Opens local preview of your blog website
$ blog publish # Saves changes and sends them to GitHub
$ blog lint # Looks for errors in source code of your blog
$ blog deploy # Uploads new version of the blog website
Travis CI <https://docs.travis-ci.com/user/deployment/>
__ can do blog deploy
for you every time you perform blog publish
:
.. code:: yaml
language: "python"
python:
- "3.5"
cache: "pip"
script:
- "blog lint"
env:
global:
- secure: "..." # gem install travis && travis encrypt GITHUB_TOKEN=...
deploy:
provider: "script"
script: "blog deploy"
on:
branch: "master"
repo: "honzajavorek/my-awesome-blog"
sudo: false
Head to the user guide <https://github.com/honzajavorek/danube-delta/blob/master/user-guide.rst>
__ for more information on how to use a blog based on Danube Delta.
#. Clone Danube Delta to a directory of your choice, e.g. ~/danube-delta
.
#. Install Danube Delta from your local clone: pip install -e ~/danube-delta
.
In 2012 I've seen some pelicans <https://en.wikipedia.org/wiki/Pelican>
__ in the Danube Delta <https://en.wikipedia.org/wiki/Danube_Delta>
__:
.. figure:: danube-delta.jpg :alt: Pelicans in the Danube Delta
Photo: © 2012 Honza Javorek
.. |PyPI version| image:: https://badge.fury.io/py/danube-delta.svg :target: https://badge.fury.io/py/danube-delta .. |Build Status| image:: https://travis-ci.org/honzajavorek/danube-delta.svg?branch=master :target: https://travis-ci.org/honzajavorek/danube-delta
FAQs
Honza Javorek's Pelican setup
We found that danube-delta demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.