Socket
Socket
Sign inDemoInstall

comment-json

Package Overview
Dependencies
5
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

6

index.d.ts

@@ -11,4 +11,2 @@ // Original from DefinitelyTyped. Thanks a million

export type CommentJSONArray<TValue> = CommentArray<TValue>
export type CommentJSONValue = number

@@ -19,5 +17,5 @@ | string

| CommentArray<CommentJSONValue>
| CommentJSONObject
| CommentObject
export interface CommentJSONObject {
export interface CommentObject {
[key: string]: CommentJSONValue

@@ -24,0 +22,0 @@ [key: symbol]: CommentToken

{
"name": "comment-json",
"version": "4.2.0",
"version": "4.2.1",
"description": "Parse and stringify JSON with comments. It will retain comments even after saved!",

@@ -5,0 +5,0 @@ "main": "src/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc