Socket
Socket
Sign inDemoInstall

fela-plugin-extend

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-plugin-extend - npm Package Compare versions

Comparing version 10.1.1 to 10.1.3

2

es/index.js

@@ -26,3 +26,3 @@ import objectEach from 'fast-loops/lib/objectEach';

// extend conditional style objects
if (extension.hasOwnProperty('condition')) {
if (extension && Object.prototype.hasOwnProperty.call(extension, 'condition')) {
if (extension.condition) {

@@ -29,0 +29,0 @@ // eslint-disable-next-line no-use-before-define

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

// extend conditional style objects
if (extension.hasOwnProperty('condition')) {
if (extension && Object.prototype.hasOwnProperty.call(extension, 'condition')) {
if (extension.condition) {

@@ -49,0 +49,0 @@ // eslint-disable-next-line no-use-before-define

{
"name": "fela-plugin-extend",
"version": "10.1.1",
"version": "10.1.3",
"description": "Fela plugin to extend style objects",

@@ -28,6 +28,6 @@ "main": "lib/index.js",

"fast-loops": "^1.0.0",
"fela-utils": "^10.1.1",
"fela-utils": "^10.1.3",
"isobject": "^3.0.1"
},
"gitHead": "06e996dcb7f1b10ffc3ed9667fcfa7a64ebb02c2"
"gitHead": "05e0b56bc70926e5389114720066d0ce02bf68ec"
}
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