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.2.1 to 10.2.2

2

es/index.js

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

// extend basic style objects
assignStyle(style, removeUndefined(extension));
assignStyle(style, removeUndefined(extend(extension)));
}

@@ -36,0 +36,0 @@ }

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

// extend basic style objects
(0, _assignStyle2.default)(style, removeUndefined(extension));
(0, _assignStyle2.default)(style, removeUndefined(extend(extension)));
}

@@ -56,0 +56,0 @@ }

{
"name": "fela-plugin-extend",
"version": "10.2.1",
"version": "10.2.2",
"description": "Fela plugin to extend style objects",

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

"jsnext:main": "es/index.js",
"sideEffects": false,
"files": [

@@ -29,6 +30,6 @@ "LICENSE",

"fast-loops": "^1.0.0",
"fela-utils": "^10.2.1",
"fela-utils": "^10.2.2",
"isobject": "^3.0.1"
},
"gitHead": "d69af0d3689e88fab5e10046eeffef28328c5886"
"gitHead": "b3f7f53c5697e2c318d0490527e21852984242b9"
}
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