Socket
Socket
Sign inDemoInstall

fela-plugin-theme-value

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 12.0.0-rc.2 to 12.0.0-y.0

2

es/index.js

@@ -34,5 +34,5 @@ import isPlainObject from 'isobject';

var mapping = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
return function (style, type, renderer, props) {
return function themeValuePlugin(style, type, renderer, props) {
return resolveThemeValues(style, props === null || props === void 0 ? void 0 : props.theme, mapping);
};
}

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

var mapping = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
return function (style, type, renderer, props) {
return function themeValuePlugin(style, type, renderer, props) {
return resolveThemeValues(style, props === null || props === void 0 ? void 0 : props.theme, mapping);
};
}
{
"name": "fela-plugin-theme-value",
"version": "12.0.0-rc.2",
"version": "12.0.0-y.0",
"description": "Fela plugin to resolve values from a theme",

@@ -64,3 +64,3 @@ "main": "lib/index.js",

},
"gitHead": "0e5e638041a6a62e52128dbac21e9c5f21d80b66"
"gitHead": "26804548dae15e08097785c19be45d072fee217e"
}

@@ -22,3 +22,3 @@ # fela-plugin-theme-value

Make sure to read the documentation on [how to use plugins](http://fela.js.org/docs/advanced/Plugins.html).
Make sure to read the documentation on [how to use plugins](https://fela.js.org/docs/latest/advanced/plugins#using-plugins).

@@ -25,0 +25,0 @@ ```javascript

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