comment-json
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -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", |
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
44990
1093