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.3 to 1.1.4

2

dist/domService.js

@@ -47,3 +47,3 @@ 'use strict';

style.appendChild(document.createTextNode(css));
(document.head || document.getElementsByTagName('head')[0]).appendChild(style);
(document.head || document.getElementsByTagName('head')[0]).insertBefore(style, document.querySelector('style:not([wix-style])'));
}

@@ -50,0 +50,0 @@ };

{
"name": "wix-style-processor",
"version": "1.1.3",
"version": "1.1.4",
"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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc