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

tweet-delete

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

tweet-delete - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

oclif.manifest.json

@@ -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

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