Socket
Socket
Sign inDemoInstall

fela-dom

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-dom - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

6

dist/fela-dom.js

@@ -35,7 +35,7 @@ (function (global, factory) {

/**
/**
* converts camel cased to dash cased properties
*
* @param {string} property - camel cased CSS property
* @returns {string} dash cased CSS property
* @returns {string} dash cased CSS property
*/

@@ -48,3 +48,3 @@ function camelToDashCase(property) {

/**
/**
* generates a valid CSS string containing styles

@@ -51,0 +51,0 @@ *

{
"name": "fela-dom",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "Fela package for working with the DOM",

@@ -22,3 +22,6 @@ "main": "felaDOM.js",

"author": "Robin Frischmann",
"license": "MIT"
"license": "MIT",
"peerDependencies": {
"fela": "^1.0.0-alpha.4"
}
}
# fela-dom
NPM package shipping DOM bindings for [Fela](https://github.com/rofrischmann/fela).<br>
NPM package shipping DOM bindings for [Fela](https://github.com/rofrischmann/fela).<br>
Check out the [repository](https://github.com/rofrischmann/fela) for further information.
Check out the [Fela repository](https://github.com/rofrischmann/fela) for further information.

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