Socket
Socket
Sign inDemoInstall

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 1.1.0 to 1.2.0

4

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

@@ -23,4 +23,4 @@ "main": "index.js",

"peerDependencies": {
"fela": "1.1.0"
"fela": "1.2.0"
}
}

@@ -14,8 +14,8 @@ # fela-plugin-lvha

Assuming you are using [npm](https://www.npmjs.com) as your package mananger you can just `npm install`.<br>
Otherwise we also provide a [UMD](https://github.com/umdjs/umd). You can easily use it via [npmcdn](https://npmcdn.com/). It registers a `FelaPluginLVHA` global.
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://npmcdn.com/fela-plugin-lvha@1.1.0/dist/fela-plugin-lvha.js"></script>
<script src="https://unpkg.com/fela-plugin-lvha@1.2.0/dist/fela-plugin-lvha.js"></script>
<!-- Fela (Production): Minified version -->
<script src="https://npmcdn.com/fela-plugin-lvha@1.1.0/dist/fela-plugin-lvha.min.js"></script>
<script src="https://unpkg.com/fela-plugin-lvha@1.2.0/dist/fela-plugin-lvha.min.js"></script>
```

@@ -22,0 +22,0 @@

Sorry, the diff of this file is not supported yet

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