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

fela-dom

Package Overview
Dependencies
Maintainers
2
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 8.0.2 to 8.0.3

2

es/dom/connection/insertRule.js

@@ -44,4 +44,4 @@ import { generateCSSRule, generateCSSSupportRule, getRuleScore } from 'fela-utils';

} catch (e) {
// TODO: warning?
console.warn('An error occurred while inserting the rules into DOM.\n', declaration.replace(/;/g, ';\n'), e);
}
}

@@ -55,4 +55,4 @@ 'use strict';

} catch (e) {
// TODO: warning?
console.warn('An error occurred while inserting the rules into DOM.\n', declaration.replace(/;/g, ';\n'), e);
}
}
{
"name": "fela-dom",
"version": "8.0.2",
"version": "8.0.3",
"description": "Fela package for working with the DOM",

@@ -28,9 +28,9 @@ "main": "lib/index.js",

"fast-loops": "^1.0.1",
"fela-utils": "^8.1.2"
"fela-utils": "^8.1.3"
},
"devDependencies": {
"fela": "^6.2.2",
"fela-preset-web": "^8.0.11",
"fela-tools": "^5.2.2"
"fela": "^6.2.3",
"fela-preset-web": "^8.0.12",
"fela-tools": "^5.2.3"
}
}
# fela-dom
<a href="https://bundlephobia.com/result?p=fela-dom@latest"><img alt="Bundlephobia" src="https://img.shields.io/bundlephobia/minzip/fela-dom.svg"></a>
NPM package shipping DOM bindings for [Fela](fela.js.org).
Check out the [Fela repository](https://github.com/rofrischmann/fela) for further information.
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