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

@titanium/jsonc

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titanium/jsonc - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

3

color-json.js

@@ -6,2 +6,5 @@ /* eslint-disable no-underscore-dangle */

const JSONC = require('./jsonc');
const { gray, blue, green, cyan, magenta, yellow, red } = require('ansi-colors');

@@ -8,0 +11,0 @@

4

jsonc.js

@@ -5,3 +5,3 @@

const colorJson = require('./color-json');
// const colorJson = require('./color-json');
jsonc.parser = require('jsonc-parser');

@@ -11,3 +11,3 @@ const stringifier = require('fast-safe-stringify');

jsonc.stringify = (value, replacer, space) => stringifier(value, replacer, space);
jsonc.colorify = (value, replacer, space) => colorJson(stringifier(value, replacer, space));
jsonc.colorify = (value, replacer, space) => require('./color-json')(value, { indent: space });

@@ -14,0 +14,0 @@ jsonc.parse = (json, errors = [], { allowTrailingComma = true, allowEmptyContent = false, disallowComments = false } = {}) => {

{
"name": "@titanium/jsonc",
"version": "0.0.8",
"version": "0.0.9",
"description": "Use JSONC with Axway Titanium.",

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

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