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.7 to 0.0.8

color-json.js

3

jsonc.js

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

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

@@ -11,2 +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));

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

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

@@ -46,4 +46,4 @@ "main": "jsonc.js",

"devDependencies": {
"@titanium/eslint-config": "0.0.15",
"eslint": "^7.8.1",
"@titanium/eslint-config": "0.0.17",
"eslint": "^7.9.0",
"fs-extra": "^9.0.1",

@@ -53,5 +53,6 @@ "lodash": "^4.17.20"

"dependencies": {
"ansi-colors": "^4.1.1",
"fast-safe-stringify": "^2.0.7",
"jsonc-parser": "^2.3.0"
"jsonc-parser": "^2.3.1"
}
}
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