@locker/sandbox
Advanced tools
Comparing version 0.12.12 to 0.12.13
{ | ||
"name": "@locker/sandbox", | ||
"version": "0.12.12", | ||
"version": "0.12.13", | ||
"license": "Salesforce Developer Agreement", | ||
@@ -22,7 +22,7 @@ "author": "Salesforce UI Security Team", | ||
"dependencies": { | ||
"@locker/distortion": "0.12.12", | ||
"@locker/distortion": "0.12.13", | ||
"@locker/near-membrane": "0.4.0", | ||
"@locker/shared": "0.12.12" | ||
"@locker/shared": "0.12.13" | ||
}, | ||
"gitHead": "70462b15cdef106c1a55b77e5c48d3a023004f0b" | ||
"gitHead": "773c88ecf9df8aae0fb438aba23605f10950dff0" | ||
} |
import { DistortionMap, SandboxKey } from '@locker/distortion'; | ||
interface EvalHelpers { | ||
asyncToGen: Function; | ||
loadScript: Function; | ||
loadStyle: Function; | ||
ObjectFreeze: Function; | ||
spreadable: Function; | ||
@@ -5,0 +8,0 @@ } |
@@ -1,3 +0,3 @@ | ||
import { SandboxKey } from '@locker/distortion/types'; | ||
import { SandboxKey } from '@locker/distortion'; | ||
export declare function evaluateInCoreSandbox(_key: SandboxKey, sourceText: Function | string, context?: any, endowments?: object): void; | ||
//# sourceMappingURL=internal.d.ts.map |
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is not supported yet
164006
3471
+ Added@locker/distortion@0.12.13(transitive)
+ Added@locker/html-sanitizer@0.12.13(transitive)
+ Added@locker/shared@0.12.13(transitive)
+ Added@locker/shared-dom@0.12.13(transitive)
+ Added@locker/shared-url@0.12.13(transitive)
- Removed@locker/distortion@0.12.12(transitive)
- Removed@locker/html-sanitizer@0.12.12(transitive)
- Removed@locker/shared@0.12.12(transitive)
- Removed@locker/shared-dom@0.12.12(transitive)
- Removed@locker/shared-url@0.12.12(transitive)
Updated@locker/distortion@0.12.13
Updated@locker/shared@0.12.13