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

cardinal

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cardinal - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

package.json
{
"name": "cardinal",
"version": "0.7.0",
"version": "0.7.1",
"description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.",

@@ -5,0 +5,0 @@ "main": "cardinal.js",

@@ -102,8 +102,8 @@ var colors = require('ansicolors');

, '{': colors.yellow
, '}': colors.yellow
, '{': colors.brightWhite
, '}': colors.brightWhite
, '(': colors.brightBlack
, ')': colors.brightBlack
, '[': colors.yellow
, ']': colors.yellow
, '[': colors.brightWhite
, ']': colors.brightWhite

@@ -110,0 +110,0 @@ , '<': undefined

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