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.1 to 5.0.2

6

es/index.js

@@ -20,8 +20,8 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }

}
}
if (property === 'animationName' && isObject(value)) {
} else if (property === 'animationName' && isObject(value)) {
style[property] = renderer.renderKeyframe(function () {
return value;
});
} else if (isObject(value)) {
embedded(value, type, renderer);
}

@@ -28,0 +28,0 @@ };

@@ -26,8 +26,8 @@ 'use strict';

}
}
if (property === 'animationName' && (0, _felaUtils.isObject)(value)) {
} else if (property === 'animationName' && (0, _felaUtils.isObject)(value)) {
style[property] = renderer.renderKeyframe(function () {
return value;
});
} else if ((0, _felaUtils.isObject)(value)) {
embedded(value, type, renderer);
}

@@ -34,0 +34,0 @@ };

{
"name": "fela-plugin-embedded",
"version": "5.0.1",
"version": "5.0.2",
"description": "Fela plugin that resolves embedded keyframes and font faces",

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

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