vanilla-jsoneditor
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -875,3 +875,3 @@ import { SvelteComponent } from 'svelte'; | ||
} | ||
declare function isMac(): boolean; | ||
declare function isMacDevice(): boolean; | ||
@@ -893,3 +893,3 @@ interface KeyComboEvent { | ||
*/ | ||
declare function keyComboFromEvent(event: KeyComboEvent, separator?: string, isMac?: typeof isMac): string; | ||
declare function keyComboFromEvent(event: KeyComboEvent, separator?: string, isMac?: typeof isMacDevice): string; | ||
@@ -896,0 +896,0 @@ interface AjvValidatorOptions { |
{ | ||
"name": "vanilla-jsoneditor", | ||
"description": "A web-based tool to view, edit, format, transform, and validate JSON", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"homepage": "https://github.com/josdejong/svelte-jsoneditor", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -875,3 +875,3 @@ import { SvelteComponent } from 'svelte'; | ||
} | ||
declare function isMac(): boolean; | ||
declare function isMacDevice(): boolean; | ||
@@ -893,3 +893,3 @@ interface KeyComboEvent { | ||
*/ | ||
declare function keyComboFromEvent(event: KeyComboEvent, separator?: string, isMac?: typeof isMac): string; | ||
declare function keyComboFromEvent(event: KeyComboEvent, separator?: string, isMac?: typeof isMacDevice): string; | ||
@@ -896,0 +896,0 @@ interface AjvValidatorOptions { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
9058994