Socket
Socket
Sign inDemoInstall

wix-style-processor

Package Overview
Dependencies
16
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.7 to 3.1.8

2

dist/es/src/defaultPlugins.d.ts

@@ -13,3 +13,3 @@ export declare const defaultPlugins: {

fallback: (...args: any[]) => any;
zeroAsTrue: (zero: any) => string;
zeroAsTrue: (zero: any) => any;
};

@@ -108,5 +108,5 @@ var __assign = (this && this.__assign) || Object.assign || function(t) {

zeroAsTrue: function (zero) {
return "" + zero;
return (typeof zero === 'number') ? "" + zero : zero;
}
};
//# sourceMappingURL=defaultPlugins.js.map

@@ -13,3 +13,3 @@ export declare const defaultPlugins: {

fallback: (...args: any[]) => any;
zeroAsTrue: (zero: any) => string;
zeroAsTrue: (zero: any) => any;
};

@@ -110,5 +110,5 @@ "use strict";

zeroAsTrue: function (zero) {
return "" + zero;
return (typeof zero === 'number') ? "" + zero : zero;
}
};
//# sourceMappingURL=defaultPlugins.js.map

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc