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

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 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc