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.0 to 3.1.1

4

dist/es/src/defaultPlugins.js

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

}
var argsWithoutTPAparams = args.slice(0, -1);
return argsWithoutTPAparams.filter(function (value) { return !!value; })[0];
var argsWithoutTPAParams = args.slice(0, -1);
return argsWithoutTPAParams.filter(Boolean)[0];
}
};
//# sourceMappingURL=defaultPlugins.js.map

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

}
var argsWithoutTPAparams = args.slice(0, -1);
return argsWithoutTPAparams.filter(function (value) { return !!value; })[0];
var argsWithoutTPAParams = args.slice(0, -1);
return argsWithoutTPAParams.filter(Boolean)[0];
}
};
//# sourceMappingURL=defaultPlugins.js.map

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

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