New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fela-bindings

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-bindings - npm Package Compare versions

Comparing version 10.1.3 to 10.2.0

8

es/feFactory.js

@@ -19,8 +19,12 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

var css = props.css,
key = props.key,
ref = props.ref,
className = props.className,
otherProps = _objectWithoutProperties(props, ['css', 'className']);
otherProps = _objectWithoutProperties(props, ['css', 'key', 'ref', 'className']);
if (css) {
return createElement(FelaComponent, {
style: css
style: css,
key: key,
ref: ref
}, function (renderProps) {

@@ -27,0 +31,0 @@ return createElement.apply(undefined, [type, _extends({}, otherProps, {

@@ -27,8 +27,12 @@ 'use strict';

var css = props.css,
key = props.key,
ref = props.ref,
className = props.className,
otherProps = _objectWithoutProperties(props, ['css', 'className']);
otherProps = _objectWithoutProperties(props, ['css', 'key', 'ref', 'className']);
if (css) {
return createElement(FelaComponent, {
style: css
style: css,
key: key,
ref: ref
}, function (renderProps) {

@@ -35,0 +39,0 @@ return createElement.apply(undefined, [type, _extends({}, otherProps, {

{
"name": "fela-bindings",
"version": "10.1.3",
"version": "10.2.0",
"description": "Abstract binding factories for Fela",

@@ -29,8 +29,8 @@ "main": "lib/index.js",

"fast-loops": "^1.0.0",
"fela-dom": "^10.1.3",
"fela-tools": "^10.1.3",
"fela-dom": "^10.2.0",
"fela-tools": "^10.2.0",
"react-addons-shallow-compare": "^15.6.2",
"shallow-equal": "^1.0.0"
},
"gitHead": "05e0b56bc70926e5389114720066d0ce02bf68ec"
"gitHead": "2271df3339a3c3a22e8fd4c457f5cc5a1729a1a8"
}
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