New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rejoinder

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rejoinder - npm Package Compare versions

Comparing version 0.3.15 to 0.3.16

23

package.json
{
"name": "rejoinder",
"version": "0.3.15",
"version": "0.3.16",
"description": "A generator of smart, pretty, and organized output for Node/JS scripts in the terminal",
"repository": {
"type": "git",
"url": "https://git.xunn.io/open-source/rejoinder"
"url": "https://github.com/rejoinder"
},

@@ -13,6 +13,7 @@ "main": "lib/rejoinder.js",

"scripts": {
"test": "./node_modules/.bin/mocha --recursive --reporter spec ./tests",
"docs": "documentation -f md -o API.md",
"test": "mocha --recursive --reporter spec ./test",
"docs": "documentation build -f md -o API.md",
"pp": "publish-please",
"prepublish": "publish-please guard"
"prepublishOnly": "publish-please guard && publish-please guard",
"publish-please": "publish-please"
},

@@ -31,13 +32,13 @@ "keywords": [

"optionalDependencies": {
"shelljs": "^0.7.0"
"shelljs": "^0.8.4"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"publish-please": "^2.3.1",
"sinon": "^1.17.2"
"chai": "^4.2.0",
"mocha": "^7.1.2",
"publish-please": "^5.5.1",
"sinon": "^9.0.2"
},
"dependencies": {
"colors": "^1.1.2"
"colors": "^1.4.0"
}
}

@@ -10,12 +10,8 @@ [![npm version](https://badge.fury.io/js/rejoinder.svg)](https://badge.fury.io/js/rejoinder)

Rejoinder is a generator of smart, pretty, and organized output on the console for Node/JS scripts, with optimizations for executing shell commands.
Rejoinder is that generator of smart, pretty, highly organized output your parents warned you about.
It leverages colors and the like using the [colors package](https://www.npmjs.com/package/colors) and makes life easier when executing CLI instructions with [shelljs](https://www.npmjs.com/package/shelljs).
TODO: SPIN OFF EXECUTABLE POWERS INTO A SLASH-FILE VERSION i.e. rejoinder/execute
ShellJS and any CLI extensions are not required, however! Check out `lib/Echo/EmitStrategy` if you're curious how it works :)
Super awesome when paired with [inquirer](https://www.npmjs.com/package/inquirer) and/or [commander](https://www.npmjs.com/package/commander)!
Also does children's parties.
## Installation

@@ -22,0 +18,0 @@

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