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

fela-monolithic

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-monolithic - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

es/index.js

2

lib/index.js

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

var processedStyle = (0, _felaUtils.processStyleWithPlugins)(renderer, rule(props), _felaUtils.RULE_TYPE);
var processedStyle = (0, _felaUtils.processStyleWithPlugins)(renderer, rule(props), _felaUtils.RULE_TYPE, props);
return renderer._renderStyleToClassNames(processedStyle, rule);

@@ -92,0 +92,0 @@ };

{
"name": "fela-monolithic",
"version": "5.0.0",
"version": "5.0.1",
"description": "Fela enhancer for having monolithic classnames",

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

"lib/**",
"dist/**"
"es/**"
],

@@ -28,7 +28,7 @@ "repository": "https://github.com/rofrischmann/fela/",

"css-in-js-utils": "^1.0.3",
"fela-utils": "^5.0.0"
"fela-utils": "^5.0.1"
},
"devDependencies": {
"fela": "^5.0.0"
"fela": "^5.0.1"
}
}

@@ -11,12 +11,5 @@ # fela-monolithic

```sh
npm i --save fela-monolithic
yarn add fela-monolithic
```
Assuming you are using [npm](https://www.npmjs.com) as your package manager you can just `npm install`.<br>
Otherwise we also provide a [UMD](https://github.com/umdjs/umd). You can easily use it via [unpkg](https://unpkg.com/). It registers a `FelaMonolithic` global.
```HTML
<!-- Fela (Development): Unminified version including all warnings -->
<script src="https://unpkg.com/fela-monolithic@4.3.5/dist/fela-monolithic.js"></script>
<!-- Fela (Production): Minified version -->
<script src="https://unpkg.com/fela-monolithic@4.3.5/dist/fela-monolithic.min.js"></script>
```
You may alternatively use `npm i --save fela-monolithic`.

@@ -23,0 +16,0 @@ ## Usage

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