Socket
Socket
Sign inDemoInstall

fela-plugin-fallback-value

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-plugin-fallback-value - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

es/index.js

@@ -11,3 +11,3 @@ import resolveArrayValue from 'css-in-js-utils/lib/resolveArrayValue';

style[property] = resolveArrayValue(property, value);
} else if (isObject(value)) {
} else if (isObject(value) && property !== 'fontFace') {
style[property] = resolveFallbackValues(value);

@@ -14,0 +14,0 @@ }

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

style[property] = (0, _resolveArrayValue2.default)(property, value);
} else if ((0, _felaUtils.isObject)(value)) {
} else if ((0, _felaUtils.isObject)(value) && property !== 'fontFace') {
style[property] = resolveFallbackValues(value);

@@ -24,0 +24,0 @@ }

{
"name": "fela-plugin-fallback-value",
"version": "5.0.1",
"version": "5.0.2",
"description": "Fela plugin to resolve fallback values",

@@ -5,0 +5,0 @@ "main": "lib/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