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

@flemist/postcss-pxtorem

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flemist/postcss-pxtorem - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

.idea/inspectionProfiles/Project_Default.xml

2

lib/pixel-unit-regex.js

@@ -9,2 +9,2 @@ // excluding regex trick: http://www.rexegg.com/regex-best-trick.html

module.exports = /"[^"]+"|'[^']+'|url\([^)]+\)|((?<=^|[^\w-])-?\d*\.?\d+)px\b/g;
module.exports = /"[^"]+"|'[^']+'|url\([^)]+\)|((?<=(^|[^\w-])-?)\d*\.?\d+)px\b/g;
{
"name": "@flemist/postcss-pxtorem",
"description": "A CSS post-processor that converts px to rem.",
"version": "6.0.0",
"version": "6.0.1",
"author": "cuth",

@@ -6,0 +6,0 @@ "license": "MIT",

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