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

wix-style-processor

Package Overview
Dependencies
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wix-style-processor - npm Package Compare versions

Comparing version 3.0.123 to 3.0.124

2

dist/src/customSyntaxHelper.js

@@ -16,2 +16,3 @@ "use strict";

CustomSyntaxHelper.prototype.extractCustomSyntax = function (key, value) {
var _a;
var match;

@@ -21,3 +22,2 @@ if (match = value.match(customSyntaxRegex)) {

}
var _a;
};

@@ -24,0 +24,0 @@ CustomSyntaxHelper.prototype.getValue = function (varName) {

@@ -23,2 +23,3 @@ "use strict";

function executeFunction(value, plugins, customSyntaxHelper) {
var _a;
var functionSignature = plugins.getFunctionSignature(value);

@@ -32,3 +33,2 @@ if (functionSignature) {

}
var _a;
}

@@ -35,0 +35,0 @@ function getVarOrPrimitiveValue(varName, plugins, customSyntaxHelper) {

@@ -5,3 +5,3 @@ {

"description": "An alternative Wix Styles TPA processor",
"version": "3.0.123",
"version": "3.0.124",
"author": {

@@ -8,0 +8,0 @@ "name": "Eran Shabi",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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