Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gimme-dots

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gimme-dots - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/cli.js

@@ -37,5 +37,5 @@ 'use strict';

dots.list();
dots.list(args[1]);
break;
}
});

@@ -50,8 +50,8 @@ 'use strict';

function listDots() {
function listDots (dir) {
fs.readdir(utils.dotsHome, function (err, dots) {
fs.readdir(dir ? homeDot(dir) : utils.dotsHome, function (err, dots) {
utils.handleError(err);
console.log(dots.reduce(function (agg, dot) {
console.log('\x1b[32m%s\x1b[0m', dots.reduce(function (agg, dot) {

@@ -58,0 +58,0 @@ return agg + '\n' + dot;

{
"name": "gimme-dots",
"version": "1.0.2",
"version": "1.0.3",
"description": "Gimme my dotfiles! Store your common dotfiles and request them into your new project.",

@@ -5,0 +5,0 @@ "bin": {

@@ -33,1 +33,6 @@ # Gimme my dotfiles!

```
List dots in bundle:
```
dost list name
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc