@titanium/jsonc
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6637
6
105
3
+ Addedansi-colors@^4.1.1
+ Addedansi-colors@4.1.3(transitive)
Updatedjsonc-parser@^2.3.1