
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
A small utility for quickly creating dotfiles in a project.
Currently supports creating:
.gitignore
.travis.yml
.editorconfig
.jshintrc
npm install --global dotty-cli
Dotty works by looking for templates for each file type you want to create. The default location is ~/.dotty
. In there it expects to find a folder for each filetype, with a number of templates inside. For example:
~/.dotty/
.gitignore/
default
node
.travis.yml/
node
ruby
If you ask Dotty to generate a file but do not tell it which template to use, it will use "default". To create a .gitignore
file for example, you would do:
dotty --gi
Which would create a .gitignore
file in your current working directory, copying the file contents of ~/.dotty/.gitignore/default
into it. If you wanted to use a different template, you could do:
dotty --gi node
Which would use the contents of ~/.dotty/.gitignore/node
.
Of course, you can generate more than one file at once:
dotty --ec --tv node
That would generate:
.editorconfig
, using the default template.travis.yml
, using the node template.gitignore
: --gi
.jshintrc
: --jh
.travis.yml
: --tv
.editorconfig
: --ec
FAQs
Generate project dotfiles quickly and easily.
The npm package dotty-cli receives a total of 0 weekly downloads. As such, dotty-cli popularity was classified as not popular.
We found that dotty-cli 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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.