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

fela-plugin-extend

Package Overview
Dependencies
Maintainers
1
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 4.3.5 to 5.0.0

es/index.js

19

package.json
{
"name": "fela-plugin-extend",
"version": "4.3.5",
"version": "5.0.0",
"description": "Fela plugin to extend style objects",
"module": "index.es2015.js",
"main": "index.js",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"files": [
"LICENSE",
"README.md",
"index.js",
"dist/**"
"lib/**",
"es/**"
],

@@ -21,8 +22,6 @@ "repository": "https://github.com/rofrischmann/fela/",

"license": "MIT",
"peerDependencies": {
"fela": "4.3.5"
},
"dependencies": {
"css-in-js-utils": "^1.0.3"
"css-in-js-utils": "^1.0.3",
"fela-utils": "^5.0.0"
}
}
}
# fela-plugin-extend
<img alt="npm downloads" src="https://img.shields.io/npm/dm/fela-plugin-extend.svg">
<img alt="gzipped size" src="https://img.shields.io/badge/gzipped-0.60kb-brightgreen.svg">
<img alt="npm downloads" src="https://img.shields.io/npm/dm/fela-plugin-extend.svg"> <img alt="gzipped size" src="https://img.shields.io/badge/gzipped-0.60kb-brightgreen.svg">

@@ -7,0 +6,0 @@ Allows styles to be extended with other style objects. Supports a condition-based API.

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