You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

wix-style-processor

Package Overview
Dependencies
5
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.12 to 1.1.13

1

dist/replacer.js

@@ -95,3 +95,2 @@ 'use strict';

var val = match[2];
defaultVarDeclarations[key] = val;

@@ -98,0 +97,0 @@ }

7

dist/transformations.js

@@ -108,3 +108,8 @@ 'use strict';

function string(params, siteVars, evalCustomVar) {
return evalCustomVar('string', params[0]).value;
if (params[0].indexOf('--') === -1) {
return params[0];
}
var result = evalCustomVar('string', params[0]);
return result.value || result;
}

@@ -111,0 +116,0 @@

{
"name": "wix-style-processor",
"version": "1.1.12",
"version": "1.1.13",
"description": "An alternative Wix Styles TPA processor",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc