tweet-delete
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,1 +0,1 @@ | ||
{"version":"1.0.0","commands":{"tweets":{"id":"tweets","description":"Keep your Twitter feed clean by removing all tweets before a specified date!\n...\nSpecify a date and tweet-delete will remove all tweets you've ever sent before that date.\n","pluginName":"tweet-delete","pluginType":"core","aliases":[],"flags":{"version":{"name":"version","type":"boolean","char":"v","description":"show CLI version","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]}}} | ||
{"version":"1.0.1","commands":{"tweets":{"id":"tweets","description":"Keep your Twitter feed clean by removing all tweets before a specified date!\n...\nSpecify a date and tweet-delete will remove all tweets you've ever sent before that date.\n","pluginName":"tweet-delete","pluginType":"core","aliases":[],"flags":{"version":{"name":"version","type":"boolean","char":"v","description":"show CLI version","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]}}} |
{ | ||
"name": "tweet-delete", | ||
"description": "CLI tool to help keep your Twitter feed clean by removing all tweets before a specified date!", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Colby Miller @colbymillerdev", | ||
@@ -15,2 +15,3 @@ "bin": { | ||
"chalk": "^3.0.0", | ||
"cli-ux": "^5.4.4", | ||
"inquirer": "^7.0.4", | ||
@@ -17,0 +18,0 @@ "moment": "^2.24.0", |
@@ -76,3 +76,3 @@ [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) | ||
**WARNING: THIS IS A DESTRUCTIVE AND PERMANENT OPERATION. ALL TWEETS AFTER AND INCLUDING THAT DATE ENTERED WILL BE DELETED AND UNABLE TO BE RECOVERED.** | ||
**WARNING: THIS IS A DESTRUCTIVE AND PERMANENT OPERATION. ALL TWEETS AFTER AND INCLUDING THE DATE ENTERED WILL BE DELETED AND UNABLE TO BE RECOVERED.** | ||
@@ -79,0 +79,0 @@ # Commands |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14386
8
+ Addedcli-ux@^5.4.4
+ Added@oclif/screen@1.0.4(transitive)
+ Addedansicolors@0.3.2(transitive)
+ Addedargparse@1.0.10(transitive)
+ Addedcardinal@2.1.1(transitive)
+ Addedcli-progress@3.12.0(transitive)
+ Addedcli-ux@5.6.7(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedextract-stack@2.0.0(transitive)
+ Addedhyperlinker@1.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedjs-yaml@3.14.1(transitive)
+ Addednatural-orderby@2.0.3(transitive)
+ Addedobject-treeify@1.1.33(transitive)
+ Addedpassword-prompt@1.1.3(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedredeyed@2.1.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsprintf-js@1.0.3(transitive)
+ Addedsupports-color@8.1.1(transitive)
+ Addedsupports-hyperlinks@2.3.0(transitive)
+ Addedwhich@2.0.2(transitive)