@locker/shared
Advanced tools
Comparing version 0.22.3 to 0.22.4
@@ -192,3 +192,3 @@ import { ApiOptions, Instrumentation } from "@locker/instrumentation"; | ||
declare function registerLockerFeature(featureName: string, value: any): void; | ||
declare function isLockerFeatureEnabled(featureName: string): boolean; | ||
declare function isLockerFeatureEnabled(featureName: string): any; | ||
declare const MapCtor: MapConstructor; | ||
@@ -195,0 +195,0 @@ declare const MapProtoEntries: () => IterableIterator<[ |
@@ -192,3 +192,3 @@ import { ApiOptions, Instrumentation } from "@locker/instrumentation"; | ||
declare function registerLockerFeature(featureName: string, value: any): void; | ||
declare function isLockerFeatureEnabled(featureName: string): boolean; | ||
declare function isLockerFeatureEnabled(featureName: string): any; | ||
declare const MapCtor: MapConstructor; | ||
@@ -195,0 +195,0 @@ declare const MapProtoEntries: () => IterableIterator<[ |
{ | ||
"name": "@locker/shared", | ||
"version": "0.22.3", | ||
"version": "0.22.4", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -19,3 +19,3 @@ "author": "Salesforce UI Security Team", | ||
"devDependencies": { | ||
"@locker/instrumentation": "0.22.3" | ||
"@locker/instrumentation": "0.22.4" | ||
}, | ||
@@ -22,0 +22,0 @@ "files": [ |
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
199536
3911