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.20.0 to 0.20.1

4

dist/index.cjs.d.ts

@@ -12,6 +12,2 @@ import { Instrumentation } from "@locker/instrumentation";

interface EvalHelpers {
// @TODO: Remove the 'asyncToGen' and 'makeRedResyncImports' aliases after
// the LWS compiler update makes its way through the LWC deployment pipeline.
asyncToGen: (func: GeneratorFunction, thisArg: any) => Promise<any>;
makeRedResyncImports: (bindings: RedBindings) => () => RedBindings;
forAwaitOf: (index: number, stage: number, object?: object) => any;

@@ -18,0 +14,0 @@ genToAsync: (func: GeneratorFunction, thisArg: any) => Promise<any>;

@@ -12,6 +12,2 @@ import { Instrumentation } from "@locker/instrumentation";

interface EvalHelpers {
// @TODO: Remove the 'asyncToGen' and 'makeRedResyncImports' aliases after
// the LWS compiler update makes its way through the LWC deployment pipeline.
asyncToGen: (func: GeneratorFunction, thisArg: any) => Promise<any>;
makeRedResyncImports: (bindings: RedBindings) => () => RedBindings;
forAwaitOf: (index: number, stage: number, object?: object) => any;

@@ -18,0 +14,0 @@ genToAsync: (func: GeneratorFunction, thisArg: any) => Promise<any>;

20

package.json
{
"name": "@locker/sandbox",
"version": "0.20.0",
"version": "0.20.1",
"license": "SEE LICENSE IN LICENSE.txt",

@@ -19,12 +19,12 @@ "author": "Salesforce UI Security Team",

"dependencies": {
"@locker/distortion": "0.20.0",
"@locker/html-sanitizer": "0.20.0",
"@locker/shared": "0.20.0",
"@locker/shared-dom": "0.20.0",
"@locker/shared-url": "0.20.0",
"@locker/trusted-types": "0.20.0"
"@locker/distortion": "0.20.1",
"@locker/html-sanitizer": "0.20.1",
"@locker/shared": "0.20.1",
"@locker/shared-dom": "0.20.1",
"@locker/shared-url": "0.20.1",
"@locker/trusted-types": "0.20.1"
},
"devDependencies": {
"@locker/instrumentation": "0.20.0",
"@locker/near-membrane-dom": "0.12.15"
"@locker/instrumentation": "0.20.1",
"@locker/near-membrane-dom": "0.13.3"
},

@@ -35,3 +35,3 @@ "files": [

],
"gitHead": "83d7cae039e9f056e52c326bc5a802604b287535"
"gitHead": "aeff9762e5bd31518fde541894c76cc0a9e8139d"
}

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