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

json-colorizer

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-colorizer - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

package.json
{
"name": "json-colorizer",
"version": "2.1.2",
"version": "2.1.3",
"description": "A library to format JSON with colors for display in the console",

@@ -5,0 +5,0 @@ "main": "src/lib/index.js",

@@ -10,3 +10,3 @@ const tokenTypes = [

{ regex: /^"(?:\\.|[^"\\])*"/, tokenType: 'STRING_LITERAL' },
{ regex: /^true|false/, tokenType: 'BOOLEAN_LITERAL' },
{ regex: /^true|^false/, tokenType: 'BOOLEAN_LITERAL' },
{ regex: /^null/, tokenType: 'NULL_LITERAL' }

@@ -13,0 +13,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