Socket
Socket
Sign inDemoInstall

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 1.1.18 to 1.1.19

2

dist/src/domService.js

@@ -6,3 +6,3 @@ "use strict";

extractStyles: function () {
return lodash_1.map(document.querySelectorAll('style:not([wix-style])'), function (style) { return style.textContent.split('\n').join(' '); }).join(' ');
return lodash_1.map(document.querySelectorAll('style:not([wix-style]):not([data-computed])'), function (style) { return style.textContent.split('\n').join(' '); }).join(' ');
},

@@ -9,0 +9,0 @@ overrideStyles: function (css) {

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

"description": "An alternative Wix Styles TPA processor",
"version": "1.1.18",
"version": "1.1.19",
"author": {

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

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