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.0 to 2.1.1

3

index.js

@@ -29,2 +29,5 @@ const symbols = require('log-symbols');

function node(msg) {
if (process.platform === 'win32') {
return success(msg);
}
const icon = '⬢';

@@ -31,0 +34,0 @@ const matchOperatorsRegex = /[|\\{}()[\]^$+*?.-]/g;

2

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

@@ -5,0 +5,0 @@ "files": [

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