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

dropbox-ignore-anywhere

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

dropbox-ignore-anywhere - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

bin/di.js

@@ -10,3 +10,3 @@ #!/usr/bin/env node

Commander.command('ignore <paths>')
Commander.command('ignore <path>')
.description('Ignore file or folder')

@@ -17,3 +17,3 @@ .action(async (paths) => {

Commander.command('revoke <paths>')
Commander.command('revoke <path>')
.description('Revoke ignore file or folder')

@@ -20,0 +20,0 @@ .action(async (paths, options) => {

@@ -0,1 +1,8 @@

## [1.0.2](https://github.com/ridvanaltun/dropbox-ignore-anywhere/compare/v1.0.1...v1.0.2) (2021-08-28)
### Bug Fixes
* only works for single paths, so rename argument ([890a5d8](https://github.com/ridvanaltun/dropbox-ignore-anywhere/commit/890a5d87204b5fc4c78591f1f373fb815af57d6f))
## [1.0.1](https://github.com/ridvanaltun/dropbox-ignore-anywhere/compare/v1.0.0...v1.0.1) (2020-12-12)

@@ -2,0 +9,0 @@

{
"name": "dropbox-ignore-anywhere",
"version": "1.0.1",
"version": "1.0.2",
"description": "A tool for help you to ignore files and folders in Dropbox.",

@@ -12,4 +12,3 @@ "main": "index.js",

"lint:fix": "eslint . --fix",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
"semantic-release": "semantic-release"
},

@@ -33,18 +32,18 @@ "bin": {

"chalk": "^4.1.0",
"commander": "^5.1.0",
"commander": "^6.2.0",
"node-powershell": "^4.0.0",
"update-notifier": "^4.1.0"
"update-notifier": "^5.0.1"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.2.0",
"commitizen": "^4.2.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.15.0",
"eslint-config-google": "^0.14.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.10",
"semantic-release": "^17.0.8"
"husky": "^4.3.5",
"lint-staged": "^10.5.3",
"semantic-release": "^17.3.0"
},

@@ -51,0 +50,0 @@ "husky": {

# Dropbox Ignore
[![npm version](https://img.shields.io/npm/v/dropbox-ignore-anywhere.svg)](https://npmjs.com/package/dropbox-ignore-anywhere)
[![npm downloads](https://img.shields.io/npm/dt/dropbox-ignore-anywhere.svg)](https://npmjs.com/package/dropbox-ignore-anywhere)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Build Status](https://travis-ci.com/ridvanaltun/dropbox-ignore-anywhere.svg?branch=master)](https://travis-ci.com/ridvanaltun/dropbox-ignore-anywhere)
[![license](https://img.shields.io/npm/l/dropbox-ignore-anywhere.svg)](https://github.com/ridvanaltun/dropbox-ignore-anywhere/blob/master/LICENSE)
Only tested in Windows 10. If you find a bug let me known.
Only tested in Windows 10 and macOS. If you found a bug let me know.

@@ -13,19 +16,38 @@ ## Usage

# learn how to use it
$ npx dropbox-ignore-anywhere --help
npx dropbox-ignore-anywhere --help
# ignore with a comma seperated list
$ npx dropbox-ignore-anywhere ignore <paths>
# ignore with a comma separated list
npx dropbox-ignore-anywhere ignore <paths>
# revoke ignore with a comma seperated list
$ npx dropbox-ignore-anywhere revoke <paths>
# revoke ignore with a comma separated list
npx dropbox-ignore-anywhere revoke <paths>
# install the tool your system
$ npm i dropbox-ignore-anywhere -g
# install the cli to your system
npm i dropbox-ignore-anywhere -g
# use it
$ di ignore <paths>
di ignore <paths>
```
## Development
```bash
# clone the project
git clone https://github.com/ridvanaltun/dropbox-ignore-anywhere.git
# go to the project folder and install dependencies
cd dropbox-ignore-anywhere && npm install
# for ability to test the cli, link it
npm link
# commit your changes with commitizen then push it
npm run commit && git push
# if no need for test or development, unlink it
npm unlink
```
## License
[MIT](https://github.com/ridvanaltun/dropbox-ignore-anywhere/blob/master/LICENSE)
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