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

@locker/rollup-plugin

Package Overview
Dependencies
Maintainers
6
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@locker/rollup-plugin - npm Package Compare versions

Comparing version 0.12.4 to 0.12.6

9

index.js

@@ -13,6 +13,7 @@ 'use strict';

remapDynamicImport: false,
sandboxEvalContext: '$lockerEvalContext$',
sandboxEvalContext: Compiler.defaultOptions.sandboxEvalContext,
sandboxEvalHelpers: Compiler.defaultOptions.sandboxEvalHelpers,
sandboxKey: 'untrusted',
sandboxPackage: '@locker/sandbox',
sandboxSpecifier: 'evaluateInSandbox',
sandboxPackage: Compiler.defaultOptions.sandboxPackage,
sandboxSpecifier: Compiler.defaultOptions.sandboxSpecifier,
sourcemap: null,

@@ -63,3 +64,3 @@ };

sandboxSpecifier: mergedOptions.sandboxSpecifier,
sourcemap: mergedOptions.sourcemap,
sourcemap: false,
});

@@ -66,0 +67,0 @@ return {

{
"name": "@locker/rollup-plugin",
"version": "0.12.4",
"version": "0.12.6",
"license": "Salesforce Developer Agreement",

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

"dependencies": {
"@locker/compiler": "0.12.4",
"@locker/is-module": "0.12.4",
"@locker/shared": "0.12.4",
"@locker/compiler": "0.12.6",
"@locker/is-module": "0.12.6",
"@locker/shared": "0.12.6",
"@rollup/pluginutils": "4.1.0",

@@ -26,3 +26,3 @@ "merge-options": "3.0.4"

},
"gitHead": "d3260278d9ca591eb39a5085ca1332d9ceac7546"
"gitHead": "9e6962286e871b7a73a1411912fd903d78cebafe"
}
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