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

style-unit

Package Overview
Dependencies
Maintainers
5
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

style-unit - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/index.js

@@ -50,3 +50,3 @@ "use strict";

};
var REM_REG = /^[-+]?\d*\.?\d+(rem|rpx)?$/g;
var REM_REG = /[-+]?\d*\.?\d+(rem|rpx|$)/g;
var GLOBAL_REM_UNIT = '__global_rem_unit__';

@@ -53,0 +53,0 @@ var global = typeof window === 'object' ? window : typeof global === 'object' ? global : {};

{
"name": "style-unit",
"version": "1.0.2",
"version": "1.0.3",
"description": "style-unit",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

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