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

fela-plugin-lvha

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-plugin-lvha - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

4

package.json
{
"name": "fela-plugin-lvha",
"version": "5.0.0",
"version": "5.0.1",
"description": "Fela plugin that sorts pseudo classes according to LVH(F)A",

@@ -25,4 +25,4 @@ "main": "lib/index.js",

"dependencies": {
"fela-utils": "^5.0.0"
"fela-utils": "^5.0.1"
}
}

@@ -10,13 +10,7 @@ # fela-plugin-lvha

```sh
npm i --save fela-plugin-lvha
yarn add fela-plugin-lvha
```
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 `FelaPluginLVHA` global.
```HTML
<!-- Fela (Development): Unminified version including all warnings -->
<script src="https://unpkg.com/fela-plugin-lvha@4.3.5/dist/fela-plugin-lvha.js"></script>
<!-- Fela (Production): Minified version -->
<script src="https://unpkg.com/fela-plugin-lvha@4.3.5/dist/fela-plugin-lvha.min.js"></script>
```
You may alternatively use `npm i --save fela-plugin-lvha`.
## Usage

@@ -23,0 +17,0 @@ Make sure to read the documentation on [how to use plugins](http://fela.js.org/docs/advanced/Plugins.html).

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