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 3.1.5 to 3.1.6

2

dist/es/src/defaultReplacers.js

@@ -1,2 +0,2 @@

var underlineFontHackRegex = /font\((--.*)\)/;
var underlineFontHackRegex = /font\((--[^)]+)\)/;
export var defaultReplacers = {

@@ -3,0 +3,0 @@ underlineFontHackSupport: function (key, value) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var underlineFontHackRegex = /font\((--.*)\)/;
var underlineFontHackRegex = /font\((--[^)]+)\)/;
exports.defaultReplacers = {

@@ -5,0 +5,0 @@ underlineFontHackSupport: function (key, value) {

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

"description": "An alternative Wix Styles TPA processor",
"version": "3.1.5",
"version": "3.1.6",
"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