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

simple-output

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-output - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

5

index.js

@@ -24,2 +24,6 @@ const symbols = require('log-symbols');

function hint(msg) {
module.exports.stdout.write(chalk.dim(msg) + '\n');
}
function warn(msg) {

@@ -52,2 +56,3 @@ module.exports.stdout.write(symbols.warning + ' ' + msg + '\n');

message,
hint,
node,

@@ -54,0 +59,0 @@ warn

8

package.json
{
"name": "simple-output",
"version": "2.1.1",
"version": "2.2.0",
"main": "index.js",

@@ -37,7 +37,7 @@ "files": [

"devDependencies": {
"jshint": "^2.10.3"
"jshint": "^2.12.0"
},
"dependencies": {
"chalk": "^3.0.0",
"log-symbols": "^3.0.0"
"chalk": "^4.1.0",
"log-symbols": "^4.0.0"
},

@@ -44,0 +44,0 @@ "scripts": {

@@ -26,2 +26,3 @@ # simple-output

- message(msg)
- hint(msg)
- node(msg)

@@ -67,3 +68,3 @@ - warn(msg)

[MIT](LICENSE) © 2019 [Ruy Adorno](http://ruyadorno.com)
[MIT](LICENSE) © 2021 [Ruy Adorno](http://ruyadorno.com)
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