@locker/shared
Advanced tools
Comparing version 0.19.13 to 0.20.0
@@ -99,4 +99,4 @@ declare const ArrayCtor: ArrayConstructor; | ||
declare function partialStructuredClone(value: any): any; | ||
declare function shallowCloneArray(array: any[] | readonly any[]): any[]; | ||
declare function shallowCloneOptions(options: any): any; | ||
declare function shallowCloneArray<T>(array: T[] | readonly T[]): T[]; | ||
declare function shallowCloneOptions<T extends {}>(options: T): T; | ||
declare function consoleWarn(...args: Parameters<typeof console.warn>): void; | ||
@@ -103,0 +103,0 @@ // Locker build constants. |
@@ -99,4 +99,4 @@ declare const ArrayCtor: ArrayConstructor; | ||
declare function partialStructuredClone(value: any): any; | ||
declare function shallowCloneArray(array: any[] | readonly any[]): any[]; | ||
declare function shallowCloneOptions(options: any): any; | ||
declare function shallowCloneArray<T>(array: T[] | readonly T[]): T[]; | ||
declare function shallowCloneOptions<T extends {}>(options: T): T; | ||
declare function consoleWarn(...args: Parameters<typeof console.warn>): void; | ||
@@ -103,0 +103,0 @@ // Locker build constants. |
{ | ||
"name": "@locker/shared", | ||
"version": "0.19.13", | ||
"version": "0.20.0", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -21,3 +21,4 @@ "author": "Salesforce UI Security Team", | ||
"LICENSE.txt" | ||
] | ||
], | ||
"gitHead": "83d7cae039e9f056e52c326bc5a802604b287535" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
189536