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

@geek/jsonc

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geek/jsonc - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

1

jsonc.js

@@ -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 });

2

package.json
{
"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 @@ ## 📓 &nbsp; Description

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