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

@npmcli/disparity-colors

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/disparity-colors - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -17,3 +17,3 @@ const ansi = require('ansi-styles')

const color = (str, colorId) => {
var { open, close } = colors[colorId]
const { open, close } = colors[colorId]
// avoid highlighting the "\n" (would highlight till the end of the line)

@@ -20,0 +20,0 @@ return str.replace(/[^\n\r]+/g, open + '$&' + close)

{
"name": "@npmcli/disparity-colors",
"version": "1.0.0",
"version": "1.0.1",
"files": [

@@ -54,6 +54,8 @@ "index.js"

"devDependencies": {
"standard": "^14.3.1",
"tap": "^14.10.7"
"standard": "^16.0.3",
"tap": "^14.11.0"
},
"dependencies": {}
"dependencies": {
"ansi-styles": "^4.3.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