New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@locker/sandbox

Package Overview
Dependencies
Maintainers
8
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@locker/sandbox - npm Package Compare versions

Comparing version 0.19.14 to 0.19.15

1

dist/index.cjs.d.ts

@@ -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;

18

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc