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

theo

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theo - npm Package Compare versions

Comparing version 3.0.10 to 3.0.11

4

dist/props/util/index.js

@@ -20,7 +20,7 @@ "use strict";

isRelativeSpacing: function isRelativeSpacing(value) {
return value.match(/(?:r)?em$/g) !== null;
return /rem$/.test(value);
},
remToPx: function remToPx(rem, baseFontPercentage, baseFontPixel) {
return parseFloat(rem.replace(/r(em)/g, "")) * baseFontPixel * (baseFontPercentage / 100) + "px";
return parseFloat(rem.replace(/rem/g, "")) * baseFontPixel * (baseFontPercentage / 100) + "px";
},

@@ -27,0 +27,0 @@

{
"name": "theo",
"version": "3.0.10",
"version": "3.0.11",
"description": "A set of Gulp plugins for transforming and formatting Design Properties",

@@ -5,0 +5,0 @@ "keywords": [

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