Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 6.0.11 to 10.0.0

1

es/index.js

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

if (extension.condition) {
// eslint-disable-next-line no-use-before-define
assignStyle(style, extend(extension.style));

@@ -30,0 +31,0 @@ }

@@ -48,2 +48,3 @@ 'use strict';

if (extension.condition) {
// eslint-disable-next-line no-use-before-define
(0, _assignStyle2.default)(style, extend(extension.style));

@@ -50,0 +51,0 @@ }

7

package.json
{
"name": "fela-plugin-extend",
"version": "6.0.11",
"version": "10.0.0",
"description": "Fela plugin to extend style objects",

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

"fast-loops": "^1.0.0",
"fela-utils": "^8.1.3",
"fela-utils": "^10.0.0",
"isobject": "^3.0.1"
}
},
"gitHead": "7f81d463beac94a7ae8d642119c6ff394f1e9788"
}
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