Socket
Socket
Sign inDemoInstall

comment-json

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comment-json - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

lib/parse.js

@@ -8,3 +8,7 @@ 'use strict';

function parse (code, reviver) {
if (Object(code) !== code) {
return JSON.parse(code, reviver);
}
return parser.parse(code, reviver);
}

2

package.json
{
"name": "comment-json",
"version": "0.1.6",
"version": "0.1.7",
"description": "Parse and stringify JSON file with comments",

@@ -5,0 +5,0 @@ "main": "index.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