Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@salesforce/acorn-visualforce

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/acorn-visualforce - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

11

dist/inject.js

@@ -630,9 +630,6 @@ module.exports =

acorn.Parser.prototype.loadPlugins = function loadPlugins(pluginConfigs) {
// load all other plugins first, make sure we don't load vfel
var originalPluginConfigs = Object.assign({}, pluginConfigs);
delete originalPluginConfigs.vfel;
originalLoadPlugins.call(this, originalPluginConfigs);
// load VFEL separately last so all overrides are at the top level
originalLoadPlugins.call(this, { vfel: true });
if (pluginConfigs.vfel) // vfel is specified in plugin settings, respecting them
originalLoadPlugins.call(this, pluginConfigs);else originalLoadPlugins.call(this, Object.assign({}, pluginConfigs, {
vfel: true
}));
};

@@ -639,0 +636,0 @@ }

{
"name": "@salesforce/acorn-visualforce",
"version": "1.3.0",
"version": "1.3.1",
"description": "acorn extension for Salesforce js dialect with merge fields",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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