@locker/sandbox
Advanced tools
Comparing version 0.19.14 to 0.19.15
@@ -104,2 +104,3 @@ import { Instrumentation } from "@locker/instrumentation"; | ||
declare function evaluateFunction(key: SandboxKey, fn: Function, scope?: Scope, sourceURL?: string, endowments?: object, instrumentation?: Instrumentation, verboseInstrumentation?: boolean): Function; | ||
// istanbul ignore next: currently unreachable via tests, platformResourceLoader testing is exclusively done in AMD format mode | ||
declare function wrapDependency(dep: any, depName: string, key: string): any; | ||
@@ -106,0 +107,0 @@ declare function createRootWindowSandboxRecord({ context, endowments, instrumentation, key, type, verboseInstrumentation }: RootWindowRecordOptions): SandboxRecord; |
@@ -104,2 +104,3 @@ import { Instrumentation } from "@locker/instrumentation"; | ||
declare function evaluateFunction(key: SandboxKey, fn: Function, scope?: Scope, sourceURL?: string, endowments?: object, instrumentation?: Instrumentation, verboseInstrumentation?: boolean): Function; | ||
// istanbul ignore next: currently unreachable via tests, platformResourceLoader testing is exclusively done in AMD format mode | ||
declare function wrapDependency(dep: any, depName: string, key: string): any; | ||
@@ -106,0 +107,0 @@ declare function createRootWindowSandboxRecord({ context, endowments, instrumentation, key, type, verboseInstrumentation }: RootWindowRecordOptions): SandboxRecord; |
{ | ||
"name": "@locker/sandbox", | ||
"version": "0.19.14", | ||
"version": "0.19.15", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -19,11 +19,11 @@ "author": "Salesforce UI Security Team", | ||
"dependencies": { | ||
"@locker/distortion": "0.19.14", | ||
"@locker/html-sanitizer": "0.19.14", | ||
"@locker/shared": "0.19.14", | ||
"@locker/shared-dom": "0.19.14", | ||
"@locker/shared-url": "0.19.14", | ||
"@locker/trusted-types": "0.19.14" | ||
"@locker/distortion": "0.19.15", | ||
"@locker/html-sanitizer": "0.19.15", | ||
"@locker/shared": "0.19.15", | ||
"@locker/shared-dom": "0.19.15", | ||
"@locker/shared-url": "0.19.15", | ||
"@locker/trusted-types": "0.19.15" | ||
}, | ||
"devDependencies": { | ||
"@locker/instrumentation": "0.19.14", | ||
"@locker/instrumentation": "0.19.15", | ||
"@locker/near-membrane-dom": "0.12.15" | ||
@@ -35,3 +35,3 @@ }, | ||
], | ||
"gitHead": "38ba208b2c6e23edf96b006f839c44748f187b27" | ||
"gitHead": "2bc3f15a0ad5370b8ffb08e73e8be4bff9e73582" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
590010
11797
+ Added@locker/distortion@0.19.15(transitive)
+ Added@locker/html-sanitizer@0.19.15(transitive)
+ Added@locker/internal-policy@0.19.15(transitive)
+ Added@locker/shared@0.19.15(transitive)
+ Added@locker/shared-dom@0.19.15(transitive)
+ Added@locker/shared-url@0.19.15(transitive)
+ Added@locker/trusted-types@0.19.15(transitive)
- Removed@locker/distortion@0.19.14(transitive)
- Removed@locker/html-sanitizer@0.19.14(transitive)
- Removed@locker/internal-policy@0.19.14(transitive)
- Removed@locker/shared@0.19.14(transitive)
- Removed@locker/shared-dom@0.19.14(transitive)
- Removed@locker/shared-url@0.19.14(transitive)
- Removed@locker/trusted-types@0.19.14(transitive)
Updated@locker/distortion@0.19.15
Updated@locker/shared@0.19.15
Updated@locker/shared-dom@0.19.15
Updated@locker/shared-url@0.19.15