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

fela-plugin-embedded

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-plugin-embedded - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

2

package.json
{
"name": "fela-plugin-embedded",
"version": "5.0.2",
"version": "5.0.3",
"description": "Fela plugin that resolves embedded keyframes and font faces",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -52,2 +52,15 @@ # fela-plugin-embedded

It also supports base64 encoded fonts:
```javascript
{
fontFace: {
fontFamily: 'font-name',
src: [
'data:application/x-font-woff;charset=utf-8;base64,PASTE-BASE64-HERE'
]
}
}
```
## License

@@ -54,0 +67,0 @@ Fela is licensed under the [MIT License](http://opensource.org/licenses/MIT).<br>

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