@geek/jsonc
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -6,3 +6,2 @@ | ||
jsonc.parser = require(`jsonc-parser`); | ||
jsonc.parser2 = require(`jsonc-parser_${__filename}`); | ||
jsonc.stringify = (value, replacer, space) => require(`fast-safe-stringify`)(value, replacer, space); | ||
@@ -9,0 +8,0 @@ jsonc.colorify = (value, replacer, space) => require(`./color-json`)(value, { indent: space }); |
{ | ||
"name": "@geek/jsonc", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "JSONC and JSON utilities for JavaScript with Node.js and Axway Titanium. ", | ||
@@ -5,0 +5,0 @@ "main": "jsonc.js", |
@@ -8,2 +8,4 @@ # @geek/jsonc <sup><sup><sub><a name="brenton-house" href="#brenton-house">🚀</a></sub></sup></sup> | ||
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=brentonhouse/geek-jsonc)](https://dependabot.com) | ||
![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg) | ||
[![npm](https://img.shields.io/npm/dm/@geek/jsonc.svg)]() | ||
@@ -25,2 +27,3 @@ > JSONC and JSON utilities for JavaScript with Node.js and Axway Titanium. | ||
-------- | ||
@@ -27,0 +30,0 @@ ## 📓 Description |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
10229
97
5
103